/external/libvpx/libvpx/vpx/ |
D | vpx_codec.h | 211 } 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 …]
|
D | vpx_decoder.h | 136 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,
|
D | vpx_encoder.h | 716 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);
|
D | svc_context.h | 72 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/ |
D | vpx_decoder.c | 21 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()
|
D | vpx_codec.c | 70 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_()
|
D | vpx_encoder.c | 23 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()
|
D | svc_encodeframe.c | 98 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/ |
D | set_maps.c | 65 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()
|
D | twopass_encoder.c | 69 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()
|
D | vp8cx_set_ref.c | 68 static void encode_frame(vpx_codec_ctx_t *codec, in encode_frame() 97 vpx_codec_ctx_t codec = {0}; in main()
|
D | simple_encoder.c | 121 static int encode_frame(vpx_codec_ctx_t *codec, in encode_frame() 155 vpx_codec_ctx_t codec; in main()
|
D | simple_decoder.c | 103 vpx_codec_ctx_t codec; in main()
|
D | postproc.c | 65 vpx_codec_ctx_t codec; in main()
|
D | decode_with_drops.c | 78 vpx_codec_ctx_t codec; in main()
|
D | decode_to_md5.c | 84 vpx_codec_ctx_t codec; in main()
|
D | vp9_spatial_svc_encoder.c | 267 vpx_codec_ctx_t codec; in main()
|
/external/libvpx/libvpx/test/ |
D | decode_test_driver.h | 26 explicit DxDataIterator(vpx_codec_ctx_t *decoder) in DxDataIterator() 34 vpx_codec_ctx_t *decoder_; 113 vpx_codec_ctx_t decoder_;
|
D | decode_api_test.cc | 31 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()
|
D | encode_test_driver.h | 52 explicit CxDataIterator(vpx_codec_ctx_t *encoder) in CxDataIterator() 60 vpx_codec_ctx_t *encoder_; 160 vpx_codec_ctx_t encoder_;
|
/external/libvpx/libvpx/ |
D | tools_common.h | 113 void die_codec(vpx_codec_ctx_t *ctx, const char *s);
|
D | tools_common.c | 72 void die_codec(vpx_codec_ctx_t *ctx, const char *s) { in die_codec()
|
D | vpxenc.c | 66 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/ |
D | vpx_codec_internal.h | 80 typedef vpx_codec_err_t (*vpx_codec_init_fn_t)(vpx_codec_ctx_t *ctx,
|
/external/libvpx/libvpx/vp8/ |
D | vp8_dx_iface.c | 81 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()
|