Home
last modified time | relevance | path

Searched defs:enc_ctx (Results 1 – 9 of 9) sorted by relevance

/third_party/ffmpeg/tests/api/
Dapi-flac-test.c52 static int init_encoder(const AVCodec *enc, AVCodecContext **enc_ctx, in init_encoder()
108 AVCodecContext *enc_ctx, AVCodecContext *dec_ctx) in run_test()
249 AVCodecContext *enc_ctx = NULL, *dec_ctx = NULL; in main() local
/third_party/ffmpeg/doc/examples/
Dtranscoding.c53 AVCodecContext *enc_ctx; member
125 AVCodecContext *dec_ctx, *enc_ctx; in open_output_file() local
238 AVCodecContext *enc_ctx, const char *filter_spec) in init_filter()
Dencode_video.c39 static void encode(AVCodecContext *enc_ctx, AVFrame *frame, AVPacket *pkt, in encode()
/third_party/ffmpeg/libavfilter/
Dvf_mcdeint.c78 AVCodecContext *enc_ctx; member
107 AVCodecContext *enc_ctx; in config_props() local
/third_party/openssl/test/
Dbad_dtls_test.c286 EVP_CIPHER_CTX *enc_ctx = NULL; in send_record() local
/third_party/ffmpeg/libavformat/
Davformat.c638 AVCodecContext *const enc_ctx = ffstream(ost)->avctx; in avformat_transfer_internal_stream_timing_info() local
/third_party/ffmpeg/fftools/
Dffmpeg_filter.c55 static enum AVPixelFormat choose_pixel_fmt(AVStream *st, AVCodecContext *enc_ctx, in choose_pixel_fmt()
Dffmpeg.c2933 AVCodecContext *enc_ctx = ost->enc_ctx; in init_encoder_time_base() local
2957 AVCodecContext *enc_ctx = ost->enc_ctx; in init_output_stream_encode() local
Dffmpeg.h479 AVCodecContext *enc_ctx; member