Home
last modified time | relevance | path

Searched refs:got_picture_ptr (Results 1 – 12 of 12) sorted by relevance

/third_party/ffmpeg/libavcodec/arm/
Dneontest.c44 int *got_picture_ptr, in wrap() argument
48 got_picture_ptr, avpkt); in wrap()
/third_party/ffmpeg/libavcodec/aarch64/
Dneontest.c44 int *got_picture_ptr, in wrap() argument
48 got_picture_ptr, avpkt); in wrap()
/third_party/ffmpeg/libavcodec/x86/
Dw64xmmtest.c44 int *got_picture_ptr, in wrap() argument
48 got_picture_ptr, avpkt); in wrap()
/third_party/ffmpeg/libavcodec/
Dthread.h61 int *got_picture_ptr, AVPacket *avpkt);
Dcllc.c359 int *got_picture_ptr, AVPacket *avpkt) in cllc_decode_frame() argument
468 *got_picture_ptr = 1; in cllc_decode_frame()
Dpthread_frame.c522 AVFrame *picture, int *got_picture_ptr, in ff_thread_decode_frame() argument
551 *got_picture_ptr=0; in ff_thread_decode_frame()
576 *got_picture_ptr = p->got_frame; in ff_thread_decode_frame()
590 } while (!avpkt->size && !*got_picture_ptr && err >= 0 && finished != fctx->next_finished); in ff_thread_decode_frame()
Dhqx.c404 int *got_picture_ptr, AVPacket *avpkt) in hqx_decode_frame() argument
511 *got_picture_ptr = 1; in hqx_decode_frame()
Drv34.c1607 void *data, int *got_picture_ptr, in ff_rv34_decode_frame() argument
1631 *got_picture_ptr = 1; in ff_rv34_decode_frame()
1799 *got_picture_ptr = ret; in ff_rv34_decode_frame()
Dg2meet.c1375 int *got_picture_ptr, AVPacket *avpkt) in g2m_decode_frame() argument
1573 *got_picture_ptr = 1; in g2m_decode_frame()
Davcodec.h3097 int *got_picture_ptr,
Ddecode.c858 int *got_picture_ptr, in avcodec_decode_video2() argument
861 return compat_decode(avctx, picture, got_picture_ptr, avpkt); in avcodec_decode_video2()
/third_party/ffmpeg/tools/
Dtarget_dec_fuzzer.c117 int *got_picture_ptr, in LLVMFuzzerTestOneInput()