Searched refs:avcodec_receive_packet (Results 1 - 17 of 17) sorted by relevance
/third_party/ffmpeg/libavcodec/arm/ |
H A D | neontest.c | 53 wrap(avcodec_receive_packet(AVCodecContext *avctx, AVPacket *avpkt)) in avcodec_receive_packet() function 55 testneonclobbers(avcodec_receive_packet, avctx, avpkt); in avcodec_receive_packet()
|
/third_party/ffmpeg/libavcodec/aarch64/ |
H A D | neontest.c | 53 wrap(avcodec_receive_packet(AVCodecContext *avctx, AVPacket *avpkt)) in avcodec_receive_packet() function 55 testneonclobbers(avcodec_receive_packet, avctx, avpkt); in avcodec_receive_packet()
|
/third_party/ffmpeg/libavcodec/x86/ |
H A D | w64xmmtest.c | 53 wrap(avcodec_receive_packet(AVCodecContext *avctx, AVPacket *avpkt)) in avcodec_receive_packet() function 55 testxmmclobbers(avcodec_receive_packet, avctx, avpkt); in avcodec_receive_packet()
|
/third_party/ffmpeg/doc/examples/ |
H A D | encode_audio.c | 109 ret = avcodec_receive_packet(ctx, pkt); in encode()
|
H A D | encode_video.c | 55 ret = avcodec_receive_packet(enc_ctx, pkt); in encode()
|
H A D | vaapi_transcode.c | 123 ret = avcodec_receive_packet(encoder_ctx, enc_pkt); in encode_write()
|
H A D | vaapi_encode.c | 87 ret = avcodec_receive_packet(avctx, enc_pkt); in encode_write()
|
H A D | transcode_aac.c | 697 error = avcodec_receive_packet(output_codec_context, output_packet); in encode_audio_frame()
|
H A D | muxing.c | 98 ret = avcodec_receive_packet(c, pkt); in write_frame()
|
H A D | transcoding.c | 443 ret = avcodec_receive_packet(stream->enc_ctx, enc_pkt); in encode_write_frame()
|
/third_party/ffmpeg/tests/api/ |
H A D | api-flac-test.c | 179 result = avcodec_receive_packet(enc_ctx, enc_pkt); in run_test()
|
/third_party/skia/experimental/ffmpeg/ |
H A D | SkVideoEncoder.cpp | 286 ret = avcodec_receive_packet(fEncoderCtx, fPacket); in sendFrame()
|
/third_party/ffmpeg/libavcodec/ |
H A D | avcodec.h | 92 * avcodec_receive_packet() functions provide an encode/decode API, which 112 * - For encoding, call avcodec_receive_packet(). On success, it will return 139 * - Call avcodec_receive_frame() (decoding) or avcodec_receive_packet() 2020 * avcodec_receive_packet(). 2621 * Supply a raw video or audio frame to the encoder. Use avcodec_receive_packet() 2645 * must read output with avcodec_receive_packet() (once 2671 int avcodec_receive_packet(AVCodecContext *avctx, AVPacket *avpkt);
|
H A D | encode.c | 390 int attribute_align_arg avcodec_receive_packet(AVCodecContext *avctx, AVPacket *avpkt) in avcodec_receive_packet() function
|
H A D | mpegvideo_enc.c | 1205 ret = avcodec_receive_packet(c, pkt); in encode_frame()
|
/third_party/ffmpeg/ |
H A D | configure | 7068 -Wl,--wrap,avcodec_receive_packet \ 7079 -Wl,--wrap,avcodec_receive_packet \
|
/third_party/ffmpeg/fftools/ |
H A D | ffmpeg.c | 922 ret = avcodec_receive_packet(enc, pkt); in encode_frame()
|
Completed in 29 milliseconds