/external/libvpx/libvpx/vpx/ |
D | vpx_codec.h | 213 } 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 …]
|
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 | 789 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);
|
D | svc_context.h | 74 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/ |
D | vpx_decoder.c | 21 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()
|
D | vpx_encoder.c | 23 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()
|
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() 108 vpx_codec_err_t vpx_codec_control_(vpx_codec_ctx_t *ctx, in vpx_codec_control_()
|
D | svc_encodeframe.c | 383 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/ |
D | decode_test_driver.h | 26 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_;
|
D | decode_api_test.cc | 35 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()
|
D | encode_test_driver.h | 53 explicit CxDataIterator(vpx_codec_ctx_t *encoder) in CxDataIterator() 61 vpx_codec_ctx_t *encoder_; 173 vpx_codec_ctx_t encoder_;
|
D | vp9_encoder_parms_get_to_decoder.cc | 42 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/ |
D | twopass_encoder.c | 67 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()
|
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 int encode_frame(vpx_codec_ctx_t *codec, in encode_frame() 162 vpx_codec_ctx_t codec; in main()
|
D | vp9_lossless_encoder.c | 30 static int encode_frame(vpx_codec_ctx_t *codec, in encode_frame() 64 vpx_codec_ctx_t codec; in main()
|
D | vp8cx_set_ref.c | 67 static int encode_frame(vpx_codec_ctx_t *codec, in encode_frame() 101 vpx_codec_ctx_t codec = {0}; in main()
|
D | simple_encoder.c | 118 static int encode_frame(vpx_codec_ctx_t *codec, in encode_frame() 152 vpx_codec_ctx_t codec; in main()
|
D | simple_decoder.c | 99 vpx_codec_ctx_t codec; in main()
|
D | postproc.c | 63 vpx_codec_ctx_t codec; in main()
|
D | decode_with_drops.c | 76 vpx_codec_ctx_t codec; in main()
|
D | decode_to_md5.c | 82 vpx_codec_ctx_t codec; in main()
|
/external/libvpx/libvpx/ |
D | tools_common.h | 121 void die_codec(vpx_codec_ctx_t *ctx, const char *s) VPX_NO_RETURN;
|
D | vpxenc.c | 69 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/ |
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 | 83 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()
|