/external/webrtc/modules/video_coding/codecs/vp8/test/ |
D | mock_libvpx_interface.h | 39 (vpx_codec_ctx_t*, const vpx_codec_enc_cfg_t*), 47 (vpx_codec_ctx_t*, 54 (vpx_codec_ctx_t*, 63 (vpx_codec_ctx_t*), 67 (vpx_codec_ctx_t*, vp8e_enc_control_id, uint32_t), 71 (vpx_codec_ctx_t*, vp8e_enc_control_id, int), 75 (vpx_codec_ctx_t*, vp8e_enc_control_id, int*), 79 (vpx_codec_ctx_t*, vp8e_enc_control_id, vpx_roi_map*), 83 (vpx_codec_ctx_t*, vp8e_enc_control_id, vpx_active_map*), 87 (vpx_codec_ctx_t*, vp8e_enc_control_id, vpx_scaling_mode*), [all …]
|
/external/webrtc/modules/video_coding/codecs/vp8/ |
D | libvpx_interface.h | 47 vpx_codec_ctx_t* ctx, 54 virtual vpx_codec_err_t codec_enc_init(vpx_codec_ctx_t* ctx, 58 virtual vpx_codec_err_t codec_enc_init_multi(vpx_codec_ctx_t* ctx, 64 virtual vpx_codec_err_t codec_destroy(vpx_codec_ctx_t* ctx) const = 0; 66 virtual vpx_codec_err_t codec_control(vpx_codec_ctx_t* ctx, 69 virtual vpx_codec_err_t codec_control(vpx_codec_ctx_t* ctx, 72 virtual vpx_codec_err_t codec_control(vpx_codec_ctx_t* ctx, 75 virtual vpx_codec_err_t codec_control(vpx_codec_ctx_t* ctx, 78 virtual vpx_codec_err_t codec_control(vpx_codec_ctx_t* ctx, 81 virtual vpx_codec_err_t codec_control(vpx_codec_ctx_t* ctx, [all …]
|
D | libvpx_interface.cc | 44 vpx_codec_ctx_t* ctx, in codec_enc_config_set() 55 vpx_codec_err_t codec_enc_init(vpx_codec_ctx_t* ctx, in codec_enc_init() 62 vpx_codec_err_t codec_enc_init_multi(vpx_codec_ctx_t* ctx, in codec_enc_init_multi() 71 vpx_codec_err_t codec_destroy(vpx_codec_ctx_t* ctx) const override { in codec_destroy() 78 vpx_codec_err_t codec_control(vpx_codec_ctx_t* ctx, in codec_control() 113 vpx_codec_err_t codec_control(vpx_codec_ctx_t* ctx, in codec_control() 134 vpx_codec_err_t codec_control(vpx_codec_ctx_t* ctx, in codec_control() 148 vpx_codec_err_t codec_control(vpx_codec_ctx_t* ctx, in codec_control() 160 vpx_codec_err_t codec_control(vpx_codec_ctx_t* ctx, in codec_control() 172 vpx_codec_err_t codec_control(vpx_codec_ctx_t* ctx, in codec_control() [all …]
|
D | libvpx_vp8_decoder.h | 60 vpx_codec_ctx_t* decoder_;
|
/external/libvpx/libvpx/vpx/ |
D | vpx_codec.h | 211 } vpx_codec_ctx_t; typedef 318 const char *vpx_codec_error(vpx_codec_ctx_t *ctx); 330 const char *vpx_codec_error_detail(vpx_codec_ctx_t *ctx); 349 vpx_codec_err_t vpx_codec_destroy(vpx_codec_ctx_t *ctx); 384 vpx_codec_err_t vpx_codec_control_(vpx_codec_ctx_t *ctx, int ctrl_id, ...); 416 static vpx_codec_err_t vpx_codec_control_##id(vpx_codec_ctx_t *, int, typ) \ 419 static vpx_codec_err_t vpx_codec_control_##id(vpx_codec_ctx_t *ctx, \ 436 vpx_codec_ctx_t *, int, typ) VPX_DEPRECATED VPX_UNUSED; \ 439 vpx_codec_ctx_t *ctx, int ctrl_id, typ data) { \ 454 static vpx_codec_err_t vpx_codec_control_##id(vpx_codec_ctx_t *, int) \ [all …]
|
D | vpx_decoder.h | 135 vpx_codec_err_t vpx_codec_dec_init_ver(vpx_codec_ctx_t *ctx, 182 vpx_codec_err_t vpx_codec_get_stream_info(vpx_codec_ctx_t *ctx, 215 vpx_codec_err_t vpx_codec_decode(vpx_codec_ctx_t *ctx, const uint8_t *data, 235 vpx_image_t *vpx_codec_get_frame(vpx_codec_ctx_t *ctx, vpx_codec_iter_t *iter); 270 vpx_codec_err_t vpx_codec_register_put_frame_cb(vpx_codec_ctx_t *ctx, 311 vpx_codec_err_t vpx_codec_register_put_slice_cb(vpx_codec_ctx_t *ctx, 356 vpx_codec_ctx_t *ctx, vpx_get_frame_buffer_cb_fn_t cb_get,
|
D | vpx_encoder.h | 732 vpx_codec_err_t vpx_codec_enc_init_ver(vpx_codec_ctx_t *ctx, 765 vpx_codec_ctx_t *ctx, vpx_codec_iface_t *iface, vpx_codec_enc_cfg_t *cfg, 813 vpx_codec_err_t vpx_codec_enc_config_set(vpx_codec_ctx_t *ctx, 827 vpx_fixed_buf_t *vpx_codec_get_global_headers(vpx_codec_ctx_t *ctx); 871 vpx_codec_err_t vpx_codec_encode(vpx_codec_ctx_t *ctx, const vpx_image_t *img, 919 vpx_codec_err_t vpx_codec_set_cx_data_buf(vpx_codec_ctx_t *ctx, 947 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);
|
/external/libvpx/libvpx/vpx/src/ |
D | vpx_decoder.c | 20 static vpx_codec_alg_priv_t *get_alg_priv(vpx_codec_ctx_t *ctx) { in get_alg_priv() 24 vpx_codec_err_t vpx_codec_dec_init_ver(vpx_codec_ctx_t *ctx, in vpx_codec_dec_init_ver() 85 vpx_codec_err_t vpx_codec_get_stream_info(vpx_codec_ctx_t *ctx, in vpx_codec_get_stream_info() 104 vpx_codec_err_t vpx_codec_decode(vpx_codec_ctx_t *ctx, const uint8_t *data, in vpx_codec_decode() 123 vpx_image_t *vpx_codec_get_frame(vpx_codec_ctx_t *ctx, vpx_codec_iter_t *iter) { in vpx_codec_get_frame() 134 vpx_codec_err_t vpx_codec_register_put_frame_cb(vpx_codec_ctx_t *ctx, in vpx_codec_register_put_frame_cb() 153 vpx_codec_err_t vpx_codec_register_put_slice_cb(vpx_codec_ctx_t *ctx, in vpx_codec_register_put_slice_cb() 173 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 | 25 static vpx_codec_alg_priv_t *get_alg_priv(vpx_codec_ctx_t *ctx) { in get_alg_priv() 29 vpx_codec_err_t vpx_codec_enc_init_ver(vpx_codec_ctx_t *ctx, in vpx_codec_enc_init_ver() 66 vpx_codec_ctx_t *ctx, vpx_codec_iface_t *iface, vpx_codec_enc_cfg_t *cfg, in vpx_codec_enc_init_multi_ver() 187 vpx_codec_err_t vpx_codec_encode(vpx_codec_ctx_t *ctx, const vpx_image_t *img, in vpx_codec_encode() 238 const vpx_codec_cx_pkt_t *vpx_codec_get_cx_data(vpx_codec_ctx_t *ctx, in vpx_codec_get_cx_data() 284 vpx_codec_err_t vpx_codec_set_cx_data_buf(vpx_codec_ctx_t *ctx, in vpx_codec_set_cx_data_buf() 304 const vpx_image_t *vpx_codec_get_preview_frame(vpx_codec_ctx_t *ctx) { in vpx_codec_get_preview_frame() 321 vpx_fixed_buf_t *vpx_codec_get_global_headers(vpx_codec_ctx_t *ctx) { in vpx_codec_get_global_headers() 338 vpx_codec_err_t vpx_codec_enc_config_set(vpx_codec_ctx_t *ctx, in vpx_codec_enc_config_set()
|
D | vpx_codec.c | 53 const char *vpx_codec_error(vpx_codec_ctx_t *ctx) { in vpx_codec_error() 58 const char *vpx_codec_error_detail(vpx_codec_ctx_t *ctx) { in vpx_codec_error_detail() 65 vpx_codec_err_t vpx_codec_destroy(vpx_codec_ctx_t *ctx) { in vpx_codec_destroy() 88 vpx_codec_err_t vpx_codec_control_(vpx_codec_ctx_t *ctx, int ctrl_id, ...) { in vpx_codec_control_()
|
/external/libvpx/libvpx/examples/ |
D | svc_context.h | 72 vpx_codec_ctx_t *codec_ctx; 88 vpx_codec_err_t vpx_svc_init(SvcContext *svc_ctx, vpx_codec_ctx_t *codec_ctx, 94 vpx_codec_err_t vpx_svc_encode(SvcContext *svc_ctx, vpx_codec_ctx_t *codec_ctx,
|
D | vp9cx_set_ref.c | 71 static void testing_decode(vpx_codec_ctx_t *encoder, vpx_codec_ctx_t *decoder, in testing_decode() 106 static int encode_frame(vpx_codec_ctx_t *ecodec, vpx_image_t *img, in encode_frame() 108 int test_decode, vpx_codec_ctx_t *dcodec, in encode_frame() 159 vpx_codec_ctx_t ecodec; in main() 171 vpx_codec_ctx_t dcodec; in main()
|
D | set_maps.c | 64 vpx_codec_ctx_t *codec) { in set_roi_map() 97 vpx_codec_ctx_t *codec) { in set_active_map() 114 vpx_codec_ctx_t *codec) { in unset_active_map() 125 static int encode_frame(vpx_codec_ctx_t *codec, vpx_image_t *img, in encode_frame() 155 vpx_codec_ctx_t codec; in main()
|
D | twopass_encoder.c | 69 static int get_frame_stats(vpx_codec_ctx_t *ctx, const vpx_image_t *img, in get_frame_stats() 95 static int encode_frame(vpx_codec_ctx_t *ctx, const vpx_image_t *img, in encode_frame() 126 vpx_codec_ctx_t codec; in pass0() 160 vpx_codec_ctx_t codec; in pass1() 193 vpx_codec_ctx_t codec; in main()
|
D | vp9_lossless_encoder.c | 32 static int encode_frame(vpx_codec_ctx_t *codec, vpx_image_t *img, in encode_frame() 61 vpx_codec_ctx_t codec; in main()
|
D | vp8cx_set_ref.c | 67 static int encode_frame(vpx_codec_ctx_t *codec, vpx_image_t *img, in encode_frame() 97 vpx_codec_ctx_t codec; in main()
|
D | simple_encoder.c | 118 static int encode_frame(vpx_codec_ctx_t *codec, vpx_image_t *img, in encode_frame() 148 vpx_codec_ctx_t codec; in main()
|
D | vpx_dec_fuzzer.cc | 89 vpx_codec_ctx_t codec; in LLVMFuzzerTestOneInput()
|
D | simple_decoder.c | 98 vpx_codec_ctx_t codec; in main()
|
D | postproc.c | 63 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() 32 vpx_codec_ctx_t *decoder_; 97 vpx_codec_ctx_t *GetDecoder() { return &decoder_; } in GetDecoder() 111 vpx_codec_ctx_t decoder_;
|
D | decode_api_test.cc | 32 vpx_codec_ctx_t dec; in TEST() 62 vpx_codec_ctx_t dec; in TEST() 78 void TestVp9Controls(vpx_codec_ctx_t *dec) { in TestVp9Controls() 124 vpx_codec_ctx_t dec; in TEST() 147 vpx_codec_ctx_t dec; in TestPeekInfo()
|
D | encode_api_test.cc | 32 vpx_codec_ctx_t enc; in TEST() 88 vpx_codec_ctx_t enc; in TEST() 131 vpx_codec_ctx_t enc[2]; in TEST()
|
D | encode_test_driver.h | 51 explicit CxDataIterator(vpx_codec_ctx_t *encoder) in CxDataIterator() 59 vpx_codec_ctx_t *encoder_; 185 vpx_codec_ctx_t encoder_;
|
/external/webrtc/modules/video_coding/codecs/vp9/ |
D | vp9_impl.h | 110 vpx_codec_ctx_t* encoder_; 220 vpx_codec_ctx_t* decoder_;
|