8#define OGG_READ_SIZE (1024)
9#define OGG_DEFAULT_BUFFER_SIZE (OGG_READ_SIZE)
71 LOGE(
"oggz_io_set_read");
76 LOGE(
"oggz_set_read_callback");
81 LOGE(
"oggz_set_read_page");
104 LOGD(
"write: %d", (
int)len);
134 LOGD(
"ogg_io_read: %d", (
int)n);
151 LOGD(
"read_packet: %d", (
int)
zp->op.bytes);
154 int result = op->bytes;
157 }
else if (op->e_o_s) {
160 if (
memcmp(op->packet,
"OpusTags", 8) == 0) {
163 LOGD(
"process audio packet");
166 LOGE(
"Incomplere write");
176 LOGD(
"read_page: %d", (
int)
og->body_len);
190 LOGE(
"Invalid AudioInfo")
193 LOGE(
"Invalid Header")
251 if (data ==
nullptr)
return 0;
252 LOGD(
"OggContainerOutput::write: %d", (
int)len);
290 LOGD(
"writePacket: %d", (
int)
op.bytes);
293 LOGE(
"oggz_write_feed: %d", (
int)result);
325 LOGD(
"ogg_io_write: %d", (
int)n);
327 if (self ==
nullptr) {
328 LOGE(
"self is null");
381 if (
p_codec==
nullptr)
return false;
396 LOGD(
"OggContainerEncoder::write: %d", (
int)len);
#define LOGW(...)
Definition AudioLoggerIDF.h:29
#define TRACED()
Definition AudioLoggerIDF.h:31
#define LOGD(...)
Definition AudioLoggerIDF.h:27
#define LOGE(...)
Definition AudioLoggerIDF.h:30
#define OGG_DEFAULT_BUFFER_SIZE
Definition ContainerOgg.h:9
#define OGG_READ_SIZE
Definition ContainerOgg.h:8
#define assert(T)
Definition avr.h:10