Searched refs:got_picture_ptr (Results 1 – 12 of 12) sorted by relevance
/third_party/ffmpeg/libavcodec/arm/ |
D | neontest.c | 44 int *got_picture_ptr, in wrap() argument 48 got_picture_ptr, avpkt); in wrap()
|
/third_party/ffmpeg/libavcodec/aarch64/ |
D | neontest.c | 44 int *got_picture_ptr, in wrap() argument 48 got_picture_ptr, avpkt); in wrap()
|
/third_party/ffmpeg/libavcodec/x86/ |
D | w64xmmtest.c | 44 int *got_picture_ptr, in wrap() argument 48 got_picture_ptr, avpkt); in wrap()
|
/third_party/ffmpeg/libavcodec/ |
D | thread.h | 61 int *got_picture_ptr, AVPacket *avpkt);
|
D | cllc.c | 359 int *got_picture_ptr, AVPacket *avpkt) in cllc_decode_frame() argument 468 *got_picture_ptr = 1; in cllc_decode_frame()
|
D | pthread_frame.c | 522 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()
|
D | hqx.c | 404 int *got_picture_ptr, AVPacket *avpkt) in hqx_decode_frame() argument 511 *got_picture_ptr = 1; in hqx_decode_frame()
|
D | rv34.c | 1607 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()
|
D | g2meet.c | 1375 int *got_picture_ptr, AVPacket *avpkt) in g2m_decode_frame() argument 1573 *got_picture_ptr = 1; in g2m_decode_frame()
|
D | avcodec.h | 3097 int *got_picture_ptr,
|
D | decode.c | 858 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/ |
D | target_dec_fuzzer.c | 117 int *got_picture_ptr, in LLVMFuzzerTestOneInput()
|