Searched refs:frame_alloc (Results 1 – 11 of 11) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
D | audio_frame_queue.c | 46 …AudioFrame *new = av_fast_realloc(afq->frames, &afq->frame_alloc, sizeof(*afq->frames)*(afq->frame… in ff_af_queue_add() 82 if (afq->frame_count || afq->frame_alloc) { in ff_af_queue_remove()
|
D | audio_frame_queue.h | 38 unsigned frame_alloc; member
|
D | libmp3lame.c | 221 } else if (!s->afq.frame_alloc) { in mp3lame_encode_frame()
|
D | libvorbisenc.c | 312 if (!s->eof && s->afq.frame_alloc) in libvorbis_encode_frame()
|
D | libopusenc.c | 478 if (!opus->afq.remaining_samples || (!opus->afq.frame_alloc && !opus->afq.frame_count)) in libopus_encode()
|
D | aacenc.c | 573 if (!s->afq.remaining_samples || (!s->afq.frame_alloc && !s->afq.frame_count)) in aac_encode_frame()
|
/third_party/ffmpeg/libavfilter/ |
D | vf_deinterlace_qsv.c | 126 static mfxStatus frame_alloc(mfxHDL pthis, mfxFrameAllocRequest *req, in frame_alloc() function 266 .Alloc = frame_alloc, in init_out_session()
|
D | vf_scale_qsv.c | 228 static mfxStatus frame_alloc(mfxHDL pthis, mfxFrameAllocRequest *req, in frame_alloc() function 379 .Alloc = frame_alloc, in init_out_session()
|
D | qsvvpp.c | 184 static mfxStatus frame_alloc(mfxHDL pthis, mfxFrameAllocRequest *req, in frame_alloc() function 654 .Alloc = frame_alloc, in init_vpp_session()
|
/third_party/python/Objects/ |
D | frameobject.c | 778 frame_alloc(PyCodeObject *code) in frame_alloc() function 837 PyFrameObject *f = frame_alloc((PyCodeObject *)con->fc_code); in _PyFrame_New_NoTrack()
|
/third_party/ffmpeg/libavutil/ |
D | hwcontext_qsv.c | 391 static mfxStatus frame_alloc(mfxHDL pthis, mfxFrameAllocRequest *req, in frame_alloc() function 450 .Alloc = frame_alloc, in qsv_init_internal_session()
|