Lines Matching defs:frame_size
122 const int subframesize = s->avctx->frame_size;
161 const int subframesize = s->avctx->frame_size;
525 f->nb_samples = s->avctx->frame_size;
546 int ret, frame_size, alloc_size = 0;
562 frame_size = OPUS_BLOCK_SIZE(s->packet.framesize);
566 int pad_empty = s->packet.frames*(frame_size/s->avctx->frame_size) - s->bufqueue.available + 1;
597 ff_af_queue_remove(&s->afq, s->packet.frames*frame_size, &avpkt->pts, &avpkt->duration);
598 if (s->packet.frames*frame_size > avpkt->duration) {
602 AV_WL32(&side[4], s->packet.frames*frame_size - avpkt->duration + 120);
641 avctx->frame_size = 120;