Home
last modified time | relevance | path

Searched refs:aom_codec_ctx_t (Results 1 – 25 of 40) sorted by relevance

12

/external/libaom/libaom/aom/
Daom_codec.h233 } aom_codec_ctx_t; typedef
346 const char *aom_codec_error(aom_codec_ctx_t *ctx);
358 const char *aom_codec_error_detail(aom_codec_ctx_t *ctx);
377 aom_codec_err_t aom_codec_destroy(aom_codec_ctx_t *ctx);
417 aom_codec_err_t aom_codec_control(aom_codec_ctx_t *ctx, int ctrl_id, ...);
437 aom_codec_ctx_t *, int, typ) AOM_UNUSED; \
439 aom_codec_ctx_t *ctx, int ctrl, typ data) { \
Daom_decoder.h120 aom_codec_err_t aom_codec_dec_init_ver(aom_codec_ctx_t *ctx,
171 aom_codec_err_t aom_codec_get_stream_info(aom_codec_ctx_t *ctx,
191 aom_codec_err_t aom_codec_decode(aom_codec_ctx_t *ctx, const uint8_t *data,
210 aom_image_t *aom_codec_get_frame(aom_codec_ctx_t *ctx, aom_codec_iter_t *iter);
248 aom_codec_ctx_t *ctx, aom_get_frame_buffer_cb_fn_t cb_get,
Daom_encoder.h932 aom_codec_err_t aom_codec_enc_init_ver(aom_codec_ctx_t *ctx,
983 aom_codec_err_t aom_codec_enc_config_set(aom_codec_ctx_t *ctx,
1009 aom_fixed_buf_t *aom_codec_get_global_headers(aom_codec_ctx_t *ctx);
1040 aom_codec_err_t aom_codec_encode(aom_codec_ctx_t *ctx, const aom_image_t *img,
1087 aom_codec_err_t aom_codec_set_cx_data_buf(aom_codec_ctx_t *ctx,
1115 const aom_codec_cx_pkt_t *aom_codec_get_cx_data(aom_codec_ctx_t *ctx,
1130 const aom_image_t *aom_codec_get_preview_frame(aom_codec_ctx_t *ctx);
/external/libaom/libaom/aom/src/
Daom_decoder.c21 static aom_codec_alg_priv_t *get_alg_priv(aom_codec_ctx_t *ctx) { in get_alg_priv()
25 aom_codec_err_t aom_codec_dec_init_ver(aom_codec_ctx_t *ctx, in aom_codec_dec_init_ver()
75 aom_codec_err_t aom_codec_get_stream_info(aom_codec_ctx_t *ctx, in aom_codec_get_stream_info()
94 aom_codec_err_t aom_codec_decode(aom_codec_ctx_t *ctx, const uint8_t *data, in aom_codec_decode()
109 aom_image_t *aom_codec_get_frame(aom_codec_ctx_t *ctx, aom_codec_iter_t *iter) { in aom_codec_get_frame()
121 aom_codec_ctx_t *ctx, aom_get_frame_buffer_cb_fn_t cb_get, in aom_codec_set_frame_buffer_functions()
Daom_encoder.c33 static aom_codec_alg_priv_t *get_alg_priv(aom_codec_ctx_t *ctx) { in get_alg_priv()
37 aom_codec_err_t aom_codec_enc_init_ver(aom_codec_ctx_t *ctx, in aom_codec_enc_init_ver()
139 aom_codec_err_t aom_codec_encode(aom_codec_ctx_t *ctx, const aom_image_t *img, in aom_codec_encode()
162 const aom_codec_cx_pkt_t *aom_codec_get_cx_data(aom_codec_ctx_t *ctx, in aom_codec_get_cx_data()
208 aom_codec_err_t aom_codec_set_cx_data_buf(aom_codec_ctx_t *ctx, in aom_codec_set_cx_data_buf()
228 const aom_image_t *aom_codec_get_preview_frame(aom_codec_ctx_t *ctx) { in aom_codec_get_preview_frame()
245 aom_fixed_buf_t *aom_codec_get_global_headers(aom_codec_ctx_t *ctx) { in aom_codec_get_global_headers()
262 aom_codec_err_t aom_codec_enc_config_set(aom_codec_ctx_t *ctx, in aom_codec_enc_config_set()
Daom_codec.c57 const char *aom_codec_error(aom_codec_ctx_t *ctx) { in aom_codec_error()
62 const char *aom_codec_error_detail(aom_codec_ctx_t *ctx) { in aom_codec_error_detail()
69 aom_codec_err_t aom_codec_destroy(aom_codec_ctx_t *ctx) { in aom_codec_destroy()
92 aom_codec_err_t aom_codec_control(aom_codec_ctx_t *ctx, int ctrl_id, ...) { in aom_codec_control()
/external/libaom/libaom/test/
Ddecode_test_driver.h29 explicit DxDataIterator(aom_codec_ctx_t *decoder) in DxDataIterator()
35 aom_codec_ctx_t *decoder_;
100 aom_codec_ctx_t *GetDecoder() { return &decoder_; } in GetDecoder()
114 aom_codec_ctx_t decoder_;
Dencode_test_driver.h47 explicit CxDataIterator(aom_codec_ctx_t *encoder) in CxDataIterator()
55 aom_codec_ctx_t *encoder_;
165 aom_codec_ctx_t encoder_;
Dcoding_path_sync.cc114 aom_codec_ctx_t enc_;
163 aom_codec_ctx_t dec_;
Ddecode_api_test.cc29 aom_codec_ctx_t dec; in TEST()
Dencode_api_test.cc30 aom_codec_ctx_t enc; in TEST()
/external/libaom/libaom/examples/
Dtwopass_encoder.c68 static int get_frame_stats(aom_codec_ctx_t *ctx, const aom_image_t *img, in get_frame_stats()
93 static int encode_frame(aom_codec_ctx_t *ctx, const aom_image_t *img, in encode_frame()
122 aom_codec_ctx_t codec; in pass0()
154 aom_codec_ctx_t codec; in pass1()
185 aom_codec_ctx_t codec; in main()
Daom_cx_set_ref.c72 static void testing_decode(aom_codec_ctx_t *encoder, aom_codec_ctx_t *decoder, in testing_decode()
124 static int encode_frame(aom_codec_ctx_t *ecodec, aom_image_t *img, in encode_frame()
126 int test_decode, aom_codec_ctx_t *dcodec, in encode_frame()
180 aom_codec_ctx_t ecodec; in main()
198 aom_codec_ctx_t dcodec; in main()
Dset_maps.c64 aom_codec_ctx_t *codec) { in set_active_map()
81 aom_codec_ctx_t *codec) { in unset_active_map()
92 static int encode_frame(aom_codec_ctx_t *codec, aom_image_t *img, in encode_frame()
121 aom_codec_ctx_t codec; in main()
Dlossless_encoder.c31 static int encode_frame(aom_codec_ctx_t *codec, aom_image_t *img, in encode_frame()
60 aom_codec_ctx_t codec; in main()
Dlightfield_encoder.c67 static int get_frame_stats(aom_codec_ctx_t *ctx, const aom_image_t *img, in get_frame_stats()
92 static int encode_frame(aom_codec_ctx_t *ctx, const aom_image_t *img, in encode_frame()
135 aom_codec_ctx_t codec; in pass0()
243 aom_codec_ctx_t codec; in pass1()
433 aom_codec_ctx_t codec; in main()
Dsimple_encoder.c117 static int encode_frame(aom_codec_ctx_t *codec, aom_image_t *img, in encode_frame()
147 aom_codec_ctx_t codec; in main()
Dlightfield_tile_list_decoder.c50 static void write_tile_yuv1d(aom_codec_ctx_t *codec, const aom_image_t *img, in write_tile_yuv1d()
101 aom_codec_ctx_t codec; in main()
Dscalable_encoder.c93 static int encode_frame(aom_codec_ctx_t *codec, aom_image_t *img, in encode_frame()
123 aom_codec_ctx_t codec; in main()
Dav1_dec_fuzzer.cc38 aom_codec_ctx_t codec; in LLVMFuzzerTestOneInput()
Dsimple_decoder.c95 aom_codec_ctx_t codec; in main()
Ddecode_with_drops.c75 aom_codec_ctx_t codec; in main()
Dlightfield_decoder.c93 void decode_tile(aom_codec_ctx_t *codec, const unsigned char *frame, in decode_tile()
159 aom_codec_ctx_t codec; in main()
Ddecode_to_md5.c80 aom_codec_ctx_t codec; in main()
/external/libaom/libaom/common/
Dwebmenc.h45 aom_codec_ctx_t *encoder_ctx,

12