Home
last modified time | relevance | path

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

12

/external/libvpx/libvpx/vpx/
Dvpx_codec.h211 } vpx_codec_ctx_t; typedef
316 const char *vpx_codec_error(vpx_codec_ctx_t *ctx);
329 const char *vpx_codec_error_detail(vpx_codec_ctx_t *ctx);
349 vpx_codec_err_t vpx_codec_destroy(vpx_codec_ctx_t *ctx);
386 vpx_codec_err_t vpx_codec_control_(vpx_codec_ctx_t *ctx,
422 vpx_codec_control_##id(vpx_codec_ctx_t*, int, typ) UNUSED;\
425 vpx_codec_control_##id(vpx_codec_ctx_t *ctx, int ctrl_id, typ data) {\
442 vpx_codec_control_##id(vpx_codec_ctx_t*, int, typ) DEPRECATED UNUSED;\
445 vpx_codec_control_##id(vpx_codec_ctx_t *ctx, int ctrl_id, typ data) {\
462 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.h716 vpx_codec_err_t vpx_codec_enc_init_ver(vpx_codec_ctx_t *ctx,
751 vpx_codec_err_t vpx_codec_enc_init_multi_ver(vpx_codec_ctx_t *ctx,
807 vpx_codec_err_t vpx_codec_enc_config_set(vpx_codec_ctx_t *ctx,
822 vpx_fixed_buf_t *vpx_codec_get_global_headers(vpx_codec_ctx_t *ctx);
867 vpx_codec_err_t vpx_codec_encode(vpx_codec_ctx_t *ctx,
917 vpx_codec_err_t vpx_codec_set_cx_data_buf(vpx_codec_ctx_t *ctx,
946 const vpx_codec_cx_pkt_t *vpx_codec_get_cx_data(vpx_codec_ctx_t *ctx,
962 const vpx_image_t *vpx_codec_get_preview_frame(vpx_codec_ctx_t *ctx);
Dsvc_context.h72 vpx_codec_err_t vpx_svc_init(SvcContext *svc_ctx, vpx_codec_ctx_t *codec_ctx,
78 vpx_codec_err_t vpx_svc_encode(SvcContext *svc_ctx, vpx_codec_ctx_t *codec_ctx,
/external/libvpx/libvpx/vpx/src/
Dvpx_decoder.c21 vpx_codec_err_t vpx_codec_dec_init_ver(vpx_codec_ctx_t *ctx, in vpx_codec_dec_init_ver()
87 vpx_codec_err_t vpx_codec_get_stream_info(vpx_codec_ctx_t *ctx, in vpx_codec_get_stream_info()
107 vpx_codec_err_t vpx_codec_decode(vpx_codec_ctx_t *ctx, in vpx_codec_decode()
128 vpx_image_t *vpx_codec_get_frame(vpx_codec_ctx_t *ctx, in vpx_codec_get_frame()
141 vpx_codec_err_t vpx_codec_register_put_frame_cb(vpx_codec_ctx_t *ctx, in vpx_codec_register_put_frame_cb()
161 vpx_codec_err_t vpx_codec_register_put_slice_cb(vpx_codec_ctx_t *ctx, in vpx_codec_register_put_slice_cb()
181 vpx_codec_ctx_t *ctx, vpx_get_frame_buffer_cb_fn_t cb_get, in vpx_codec_set_frame_buffer_functions()
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()
109 vpx_codec_err_t vpx_codec_control_(vpx_codec_ctx_t *ctx, in vpx_codec_control_()
Dvpx_encoder.c23 vpx_codec_err_t vpx_codec_enc_init_ver(vpx_codec_ctx_t *ctx, in vpx_codec_enc_init_ver()
64 vpx_codec_err_t vpx_codec_enc_init_multi_ver(vpx_codec_ctx_t *ctx, in vpx_codec_enc_init_multi_ver()
202 vpx_codec_err_t vpx_codec_encode(vpx_codec_ctx_t *ctx, in vpx_codec_encode()
256 const vpx_codec_cx_pkt_t *vpx_codec_get_cx_data(vpx_codec_ctx_t *ctx, in vpx_codec_get_cx_data()
303 vpx_codec_err_t vpx_codec_set_cx_data_buf(vpx_codec_ctx_t *ctx, in vpx_codec_set_cx_data_buf()
325 const vpx_image_t *vpx_codec_get_preview_frame(vpx_codec_ctx_t *ctx) { in vpx_codec_get_preview_frame()
343 vpx_fixed_buf_t *vpx_codec_get_global_headers(vpx_codec_ctx_t *ctx) { in vpx_codec_get_global_headers()
361 vpx_codec_err_t vpx_codec_enc_config_set(vpx_codec_ctx_t *ctx, in vpx_codec_enc_config_set()
Dsvc_encodeframe.c98 vpx_codec_ctx_t *codec_ctx;
439 vpx_codec_err_t vpx_svc_init(SvcContext *svc_ctx, vpx_codec_ctx_t *codec_ctx, in vpx_svc_init()
583 vpx_codec_ctx_t *codec_ctx) { in set_svc_parameters()
616 vpx_codec_err_t vpx_svc_encode(SvcContext *svc_ctx, vpx_codec_ctx_t *codec_ctx, in vpx_svc_encode()
/external/libvpx/libvpx/examples/
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 void encode_frame(vpx_codec_ctx_t *codec, in encode_frame()
157 vpx_codec_ctx_t codec; in main()
Dtwopass_encoder.c69 static void get_frame_stats(vpx_codec_ctx_t *ctx, in get_frame_stats()
94 static void encode_frame(vpx_codec_ctx_t *ctx, in encode_frame()
125 vpx_codec_ctx_t codec; in main()
Dvp8cx_set_ref.c68 static void encode_frame(vpx_codec_ctx_t *codec, in encode_frame()
97 vpx_codec_ctx_t codec = {0}; in main()
Dsimple_encoder.c121 static int encode_frame(vpx_codec_ctx_t *codec, in encode_frame()
155 vpx_codec_ctx_t codec; in main()
Dsimple_decoder.c103 vpx_codec_ctx_t codec; in main()
Dpostproc.c65 vpx_codec_ctx_t codec; in main()
Ddecode_with_drops.c78 vpx_codec_ctx_t codec; in main()
Ddecode_to_md5.c84 vpx_codec_ctx_t codec; in main()
Dvp9_spatial_svc_encoder.c267 vpx_codec_ctx_t codec; in main()
/external/libvpx/libvpx/test/
Ddecode_test_driver.h26 explicit DxDataIterator(vpx_codec_ctx_t *decoder) in DxDataIterator()
34 vpx_codec_ctx_t *decoder_;
113 vpx_codec_ctx_t decoder_;
Ddecode_api_test.cc31 vpx_codec_ctx_t dec; in TEST()
63 void TestVp9Controls(vpx_codec_ctx_t *dec) { in TestVp9Controls()
113 vpx_codec_ctx_t dec; in TEST()
Dencode_test_driver.h52 explicit CxDataIterator(vpx_codec_ctx_t *encoder) in CxDataIterator()
60 vpx_codec_ctx_t *encoder_;
160 vpx_codec_ctx_t encoder_;
/external/libvpx/libvpx/
Dtools_common.h113 void die_codec(vpx_codec_ctx_t *ctx, const char *s);
Dtools_common.c72 void die_codec(vpx_codec_ctx_t *ctx, const char *s) { in die_codec()
Dvpxenc.c66 static void warn_or_exit_on_errorv(vpx_codec_ctx_t *ctx, int fatal, in warn_or_exit_on_errorv()
82 static void ctx_exit_on_error(vpx_codec_ctx_t *ctx, const char *s, ...) { in ctx_exit_on_error()
90 static void warn_or_exit_on_error(vpx_codec_ctx_t *ctx, int fatal, in warn_or_exit_on_error()
616 vpx_codec_ctx_t encoder;
625 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.c81 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