Home
last modified time | relevance | path

Searched refs:vpx_codec_ctx_t (Results 1 – 25 of 35) sorted by relevance

12

/external/libvpx/libvpx/vpx/
Dvpx_codec.h213 } vpx_codec_ctx_t; typedef
318 const char *vpx_codec_error(vpx_codec_ctx_t *ctx);
331 const char *vpx_codec_error_detail(vpx_codec_ctx_t *ctx);
351 vpx_codec_err_t vpx_codec_destroy(vpx_codec_ctx_t *ctx);
388 vpx_codec_err_t vpx_codec_control_(vpx_codec_ctx_t *ctx,
424 vpx_codec_control_##id(vpx_codec_ctx_t*, int, typ) UNUSED;\
427 vpx_codec_control_##id(vpx_codec_ctx_t *ctx, int ctrl_id, typ data) {\
444 vpx_codec_control_##id(vpx_codec_ctx_t*, int, typ) DEPRECATED UNUSED;\
447 vpx_codec_control_##id(vpx_codec_ctx_t *ctx, int ctrl_id, typ data) {\
464 vpx_codec_control_##id(vpx_codec_ctx_t*, int) UNUSED;\
[all …]
Dvpx_decoder.h136 vpx_codec_err_t vpx_codec_dec_init_ver(vpx_codec_ctx_t *ctx,
186 vpx_codec_err_t vpx_codec_get_stream_info(vpx_codec_ctx_t *ctx,
220 vpx_codec_err_t vpx_codec_decode(vpx_codec_ctx_t *ctx,
242 vpx_image_t *vpx_codec_get_frame(vpx_codec_ctx_t *ctx,
279 vpx_codec_err_t vpx_codec_register_put_frame_cb(vpx_codec_ctx_t *ctx,
321 vpx_codec_err_t vpx_codec_register_put_slice_cb(vpx_codec_ctx_t *ctx,
367 vpx_codec_ctx_t *ctx,
Dvpx_encoder.h789 vpx_codec_err_t vpx_codec_enc_init_ver(vpx_codec_ctx_t *ctx,
824 vpx_codec_err_t vpx_codec_enc_init_multi_ver(vpx_codec_ctx_t *ctx,
880 vpx_codec_err_t vpx_codec_enc_config_set(vpx_codec_ctx_t *ctx,
895 vpx_fixed_buf_t *vpx_codec_get_global_headers(vpx_codec_ctx_t *ctx);
940 vpx_codec_err_t vpx_codec_encode(vpx_codec_ctx_t *ctx,
990 vpx_codec_err_t vpx_codec_set_cx_data_buf(vpx_codec_ctx_t *ctx,
1019 const vpx_codec_cx_pkt_t *vpx_codec_get_cx_data(vpx_codec_ctx_t *ctx,
1035 const vpx_image_t *vpx_codec_get_preview_frame(vpx_codec_ctx_t *ctx);
Dsvc_context.h74 vpx_codec_ctx_t *codec_ctx;
91 vpx_codec_ctx_t *codec_ctx,
98 vpx_codec_ctx_t *codec_ctx,
/external/libvpx/libvpx/vpx/src/
Dvpx_decoder.c21 static vpx_codec_alg_priv_t *get_alg_priv(vpx_codec_ctx_t *ctx) { in get_alg_priv()
25 vpx_codec_err_t vpx_codec_dec_init_ver(vpx_codec_ctx_t *ctx, in vpx_codec_dec_init_ver()
88 vpx_codec_err_t vpx_codec_get_stream_info(vpx_codec_ctx_t *ctx, in vpx_codec_get_stream_info()
108 vpx_codec_err_t vpx_codec_decode(vpx_codec_ctx_t *ctx, in vpx_codec_decode()
129 vpx_image_t *vpx_codec_get_frame(vpx_codec_ctx_t *ctx, in vpx_codec_get_frame()
142 vpx_codec_err_t vpx_codec_register_put_frame_cb(vpx_codec_ctx_t *ctx, in vpx_codec_register_put_frame_cb()
162 vpx_codec_err_t vpx_codec_register_put_slice_cb(vpx_codec_ctx_t *ctx, in vpx_codec_register_put_slice_cb()
182 vpx_codec_ctx_t *ctx, vpx_get_frame_buffer_cb_fn_t cb_get, in vpx_codec_set_frame_buffer_functions()
Dvpx_encoder.c23 static vpx_codec_alg_priv_t *get_alg_priv(vpx_codec_ctx_t *ctx) { in get_alg_priv()
27 vpx_codec_err_t vpx_codec_enc_init_ver(vpx_codec_ctx_t *ctx, in vpx_codec_enc_init_ver()
65 vpx_codec_err_t vpx_codec_enc_init_multi_ver(vpx_codec_ctx_t *ctx, in vpx_codec_enc_init_multi_ver()
200 vpx_codec_err_t vpx_codec_encode(vpx_codec_ctx_t *ctx, in vpx_codec_encode()
254 const vpx_codec_cx_pkt_t *vpx_codec_get_cx_data(vpx_codec_ctx_t *ctx, in vpx_codec_get_cx_data()
301 vpx_codec_err_t vpx_codec_set_cx_data_buf(vpx_codec_ctx_t *ctx, in vpx_codec_set_cx_data_buf()
323 const vpx_image_t *vpx_codec_get_preview_frame(vpx_codec_ctx_t *ctx) { in vpx_codec_get_preview_frame()
341 vpx_fixed_buf_t *vpx_codec_get_global_headers(vpx_codec_ctx_t *ctx) { in vpx_codec_get_global_headers()
359 vpx_codec_err_t vpx_codec_enc_config_set(vpx_codec_ctx_t *ctx, in vpx_codec_enc_config_set()
Dvpx_codec.c70 const char *vpx_codec_error(vpx_codec_ctx_t *ctx) { in vpx_codec_error()
75 const char *vpx_codec_error_detail(vpx_codec_ctx_t *ctx) { in vpx_codec_error_detail()
83 vpx_codec_err_t vpx_codec_destroy(vpx_codec_ctx_t *ctx) { in vpx_codec_destroy()
108 vpx_codec_err_t vpx_codec_control_(vpx_codec_ctx_t *ctx, in vpx_codec_control_()
Dsvc_encodeframe.c383 vpx_codec_err_t vpx_svc_init(SvcContext *svc_ctx, vpx_codec_ctx_t *codec_ctx, in vpx_svc_init()
509 vpx_codec_ctx_t *codec_ctx, in vpx_svc_encode()
/external/libvpx/libvpx/test/
Ddecode_test_driver.h26 explicit DxDataIterator(vpx_codec_ctx_t *decoder) in DxDataIterator()
34 vpx_codec_ctx_t *decoder_;
110 vpx_codec_ctx_t * GetDecoder() { in GetDecoder()
127 vpx_codec_ctx_t decoder_;
Ddecode_api_test.cc35 vpx_codec_ctx_t dec; in TEST()
66 vpx_codec_ctx_t dec; in TEST()
82 void TestVp9Controls(vpx_codec_ctx_t *dec) { in TestVp9Controls()
133 vpx_codec_ctx_t dec; in TEST()
Dencode_test_driver.h53 explicit CxDataIterator(vpx_codec_ctx_t *encoder) in CxDataIterator()
61 vpx_codec_ctx_t *encoder_;
173 vpx_codec_ctx_t encoder_;
Dvp9_encoder_parms_get_to_decoder.cc42 static vpx_codec_alg_priv_t *get_alg_priv(vpx_codec_ctx_t *ctx) { in get_alg_priv()
131 vpx_codec_ctx_t* vp9_decoder = decoder->GetDecoder(); in HandleDecodeResult()
/external/libvpx/libvpx/examples/
Dtwopass_encoder.c67 static int get_frame_stats(vpx_codec_ctx_t *ctx, in get_frame_stats()
97 static int encode_frame(vpx_codec_ctx_t *ctx, in encode_frame()
133 vpx_codec_ctx_t codec; in pass0()
170 vpx_codec_ctx_t codec; in pass1()
202 vpx_codec_ctx_t codec; in main()
Dset_maps.c65 vpx_codec_ctx_t *codec) { in set_roi_map()
99 vpx_codec_ctx_t *codec) { in set_active_map()
117 vpx_codec_ctx_t *codec) { in unset_active_map()
128 static int encode_frame(vpx_codec_ctx_t *codec, in encode_frame()
162 vpx_codec_ctx_t codec; in main()
Dvp9_lossless_encoder.c30 static int encode_frame(vpx_codec_ctx_t *codec, in encode_frame()
64 vpx_codec_ctx_t codec; in main()
Dvp8cx_set_ref.c67 static int encode_frame(vpx_codec_ctx_t *codec, in encode_frame()
101 vpx_codec_ctx_t codec = {0}; in main()
Dsimple_encoder.c118 static int encode_frame(vpx_codec_ctx_t *codec, in encode_frame()
152 vpx_codec_ctx_t codec; in main()
Dsimple_decoder.c99 vpx_codec_ctx_t codec; in main()
Dpostproc.c63 vpx_codec_ctx_t codec; in main()
Ddecode_with_drops.c76 vpx_codec_ctx_t codec; in main()
Ddecode_to_md5.c82 vpx_codec_ctx_t codec; in main()
/external/libvpx/libvpx/
Dtools_common.h121 void die_codec(vpx_codec_ctx_t *ctx, const char *s) VPX_NO_RETURN;
Dvpxenc.c69 static void warn_or_exit_on_errorv(vpx_codec_ctx_t *ctx, int fatal, in warn_or_exit_on_errorv()
85 static void ctx_exit_on_error(vpx_codec_ctx_t *ctx, const char *s, ...) { in ctx_exit_on_error()
93 static void warn_or_exit_on_error(vpx_codec_ctx_t *ctx, int fatal, in warn_or_exit_on_error()
821 vpx_codec_ctx_t encoder;
830 vpx_codec_ctx_t decoder;
/external/libvpx/libvpx/vpx/internal/
Dvpx_codec_internal.h80 typedef vpx_codec_err_t (*vpx_codec_init_fn_t)(vpx_codec_ctx_t *ctx,
/external/libvpx/libvpx/vp8/
Dvp8_dx_iface.c83 static void vp8_init_ctx(vpx_codec_ctx_t *ctx) in vp8_init_ctx()
103 static vpx_codec_err_t vp8_init(vpx_codec_ctx_t *ctx, in vp8_init()

12