Home
last modified time | relevance | path

Searched refs:av_packet_alloc (Results 1 – 25 of 71) sorted by relevance

123

/third_party/ffmpeg/libavcodec/
Dav1_frame_merge_bsf.c126 ctx->in = av_packet_alloc(); in av1_frame_merge_init()
127 ctx->pkt = av_packet_alloc(); in av1_frame_merge_init()
Dpcm_rechunk_bsf.c59 s->in_pkt = av_packet_alloc(); in init()
60 s->out_pkt = av_packet_alloc(); in init()
Dvp9_superframe_split_bsf.c139 s->buffer_pkt = av_packet_alloc(); in vp9_superframe_split_init()
Davcodec.c184 avci->compat_encode_packet = av_packet_alloc(); in avcodec_open2()
191 avci->buffer_pkt = av_packet_alloc(); in avcodec_open2()
193 avci->ds.in_pkt = av_packet_alloc(); in avcodec_open2()
194 avci->last_pkt_props = av_packet_alloc(); in avcodec_open2()
Dpacket.h449 AVPacket *av_packet_alloc(void);
Dbsf.c135 bsfi->buffer_pkt = av_packet_alloc(); in av_bsf_alloc()
243 tmp_pkt = av_packet_alloc(); in ff_bsf_get_packet()
Dvp9_superframe_bsf.c181 s->cache[n] = av_packet_alloc(); in vp9_superframe_init()
/third_party/ffmpeg/tools/
Dtarget_bsf_fuzzer.c122 in = av_packet_alloc(); in LLVMFuzzerTestOneInput()
123 out = av_packet_alloc(); in LLVMFuzzerTestOneInput()
Dpktdumper.c104 pkt = av_packet_alloc(); in main()
Dtarget_dec_fuzzer.c299 AVPacket *avpkt = av_packet_alloc(); in LLVMFuzzerTestOneInput()
300 AVPacket *parsepkt = av_packet_alloc(); in LLVMFuzzerTestOneInput()
Dvenc_data_dump.c145 pkt = av_packet_alloc(); in main()
Dtarget_dem_fuzzer.c168 pkt = av_packet_alloc(); in LLVMFuzzerTestOneInput()
/third_party/ffmpeg/libavformat/
Doptions.c223 internal->pkt = av_packet_alloc(); in avformat_alloc_context()
224 internal->parse_pkt = av_packet_alloc(); in avformat_alloc_context()
Drawutils.c44 new_pkt = av_packet_alloc(); in ff_reshuffle_raw_rgb()
Damvenc.c186 amv->apad = av_packet_alloc(); in amv_init()
198 amv->vpad = av_packet_alloc(); in amv_init()
/third_party/ffmpeg/libavcodec/tests/
Davpacket.c87 avpkt = av_packet_alloc(); in main()
/third_party/ffmpeg/doc/examples/
Ddecode_video.c105 pkt = av_packet_alloc(); in main()
Dencode_video.c100 pkt = av_packet_alloc(); in main()
Dencode_audio.c183 pkt = av_packet_alloc(); in main()
Ddecode_audio.c129 pkt = av_packet_alloc(); in main()
Dvaapi_encode.c79 if (!(enc_pkt = av_packet_alloc())) in encode_write()
/third_party/ffmpeg/tests/api/
Dapi-h264-test.c98 pkt = av_packet_alloc(); in video_decode_example()
Dapi-h264-slice-test.c135 if (!(pkt = av_packet_alloc())) { in main()
Dapi-band-test.c136 pkt = av_packet_alloc(); in video_decode()
/third_party/ffmpeg/libavformat/tests/
Dfifo_muxer.c74 *pkt = av_packet_alloc(); in initialize_fifo_tst_muxer_chain()

123