Home
last modified time | relevance | path

Searched refs:avcodec_receive_packet (Results 1 - 17 of 17) sorted by relevance

/third_party/ffmpeg/libavcodec/arm/
H A Dneontest.c53 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 Dneontest.c53 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 Dw64xmmtest.c53 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 Dencode_audio.c109 ret = avcodec_receive_packet(ctx, pkt); in encode()
H A Dencode_video.c55 ret = avcodec_receive_packet(enc_ctx, pkt); in encode()
H A Dvaapi_transcode.c123 ret = avcodec_receive_packet(encoder_ctx, enc_pkt); in encode_write()
H A Dvaapi_encode.c87 ret = avcodec_receive_packet(avctx, enc_pkt); in encode_write()
H A Dtranscode_aac.c697 error = avcodec_receive_packet(output_codec_context, output_packet); in encode_audio_frame()
H A Dmuxing.c98 ret = avcodec_receive_packet(c, pkt); in write_frame()
H A Dtranscoding.c443 ret = avcodec_receive_packet(stream->enc_ctx, enc_pkt); in encode_write_frame()
/third_party/ffmpeg/tests/api/
H A Dapi-flac-test.c179 result = avcodec_receive_packet(enc_ctx, enc_pkt); in run_test()
/third_party/skia/experimental/ffmpeg/
H A DSkVideoEncoder.cpp286 ret = avcodec_receive_packet(fEncoderCtx, fPacket); in sendFrame()
/third_party/ffmpeg/libavcodec/
H A Davcodec.h92 * 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 Dencode.c390 int attribute_align_arg avcodec_receive_packet(AVCodecContext *avctx, AVPacket *avpkt) in avcodec_receive_packet() function
H A Dmpegvideo_enc.c1205 ret = avcodec_receive_packet(c, pkt); in encode_frame()
/third_party/ffmpeg/
H A Dconfigure7068 -Wl,--wrap,avcodec_receive_packet \
7079 -Wl,--wrap,avcodec_receive_packet \
/third_party/ffmpeg/fftools/
H A Dffmpeg.c922 ret = avcodec_receive_packet(enc, pkt); in encode_frame()

Completed in 29 milliseconds