Lines Matching defs:size
51 const uint8_t *buf, int size)
55 for (i = 0; i < size; i += 16) {
56 len = size - i;
77 void av_hex_dump(FILE *f, const uint8_t *buf, int size)
79 hex_dump_internal(NULL, f, 0, buf, size);
82 void av_hex_dump_log(void *avcl, int level, const uint8_t *buf, int size)
84 hex_dump_internal(avcl, NULL, level, buf, size);
106 HEXDUMP_PRINT(" size=%d\n", pkt->size);
108 hex_dump_internal(avcl, f, level, pkt->data, pkt->size);
165 int size = sd->size;
173 if (!data || sd->size < 4)
178 size -= 4;
183 if (size < 4)
187 size -= 4;
191 if (size < 8)
195 size -= 8;
202 if (size < 4)
206 size -= 4;
210 if (size < 8)
214 size -= 4;
217 size -= 4;
251 if (sd->size < sizeof(*rg)) {
267 if (sd->size < sizeof(*stereo)) {
284 if (sd->size < sizeof(*ast)) {
327 if (sd->size < sizeof(*cpb)) {
333 "bitrate max/min/avg: %"PRId64"/%"PRId64"/%"PRId64" buffer size: %"PRId64" ",
376 if (sd->size < sizeof(*spherical)) {
419 if ((sd->size != sizeof(uint32_t) * 4) || (tc[0] > 3)) {
503 "(%"SIZE_SPECIFIER" bytes)", sd->type, sd->size);