Searched refs:frame_alloc (Results 1 - 10 of 10) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A D | audio_frame_queue.c | 46 AudioFrame *new = av_fast_realloc(afq->frames, &afq->frame_alloc, sizeof(*afq->frames)*(afq->frame_count+1)); in ff_af_queue_add() 82 if (afq->frame_count || afq->frame_alloc) { in ff_af_queue_remove()
|
H A D | audio_frame_queue.h | 38 unsigned frame_alloc; member
|
H A D | libmp3lame.c | 223 } else if (!s->afq.frame_alloc) { in mp3lame_encode_frame()
|
H A D | libopusenc.c | 481 if (!opus->afq.remaining_samples || (!opus->afq.frame_alloc && !opus->afq.frame_count)) in libopus_encode()
|
H A D | libvorbisenc.c | 315 if (!s->eof && s->afq.frame_alloc) in libvorbis_encode_frame()
|
H A D | aacenc.c | 576 if (!s->afq.remaining_samples || (!s->afq.frame_alloc && !s->afq.frame_count)) in aac_encode_frame()
|
/third_party/ffmpeg/libavfilter/ |
H A D | vf_deinterlace_qsv.c | 106 static mfxStatus frame_alloc(mfxHDL pthis, mfxFrameAllocRequest *req, in frame_alloc() function 250 .Alloc = frame_alloc, in init_out_session()
|
H A D | vf_scale_qsv.c | 212 static mfxStatus frame_alloc(mfxHDL pthis, mfxFrameAllocRequest *req, in frame_alloc() function 367 .Alloc = frame_alloc, in init_out_session()
|
H A D | qsvvpp.c | 153 static mfxStatus frame_alloc(mfxHDL pthis, mfxFrameAllocRequest *req, in frame_alloc() function 635 .Alloc = frame_alloc, in init_vpp_session()
|
/third_party/ffmpeg/libavutil/ |
H A D | hwcontext_qsv.c | 555 static mfxStatus frame_alloc(mfxHDL pthis, mfxFrameAllocRequest *req, in frame_alloc() function 620 .Alloc = frame_alloc, in qsv_init_internal_session()
|
Completed in 9 milliseconds