/external/libvpx/libvpx/vpx/ |
D | vpx_codec.h | 213 } vpx_codec_ctx_t; typedef 309 const char *vpx_codec_error(vpx_codec_ctx_t *ctx); 322 const char *vpx_codec_error_detail(vpx_codec_ctx_t *ctx); 342 vpx_codec_err_t vpx_codec_destroy(vpx_codec_ctx_t *ctx); 379 vpx_codec_err_t vpx_codec_control_(vpx_codec_ctx_t *ctx, 415 vpx_codec_control_##id(vpx_codec_ctx_t*, int, typ) UNUSED;\ 418 vpx_codec_control_##id(vpx_codec_ctx_t *ctx, int ctrl_id, typ data) {\ 435 vpx_codec_control_##id(vpx_codec_ctx_t*, int, typ) DEPRECATED UNUSED;\ 438 vpx_codec_control_##id(vpx_codec_ctx_t *ctx, int ctrl_id, typ data) {\ 455 vpx_codec_control_##id(vpx_codec_ctx_t*, int) UNUSED;\ [all …]
|
D | vpx_decoder.h | 137 vpx_codec_err_t vpx_codec_dec_init_ver(vpx_codec_ctx_t *ctx, 187 vpx_codec_err_t vpx_codec_get_stream_info(vpx_codec_ctx_t *ctx, 221 vpx_codec_err_t vpx_codec_decode(vpx_codec_ctx_t *ctx, 243 vpx_image_t *vpx_codec_get_frame(vpx_codec_ctx_t *ctx, 280 vpx_codec_err_t vpx_codec_register_put_frame_cb(vpx_codec_ctx_t *ctx, 322 vpx_codec_err_t vpx_codec_register_put_slice_cb(vpx_codec_ctx_t *ctx,
|
D | vpx_encoder.h | 678 vpx_codec_err_t vpx_codec_enc_init_ver(vpx_codec_ctx_t *ctx, 717 vpx_codec_err_t vpx_codec_enc_init_multi_ver(vpx_codec_ctx_t *ctx, 773 vpx_codec_err_t vpx_codec_enc_config_set(vpx_codec_ctx_t *ctx, 788 vpx_fixed_buf_t *vpx_codec_get_global_headers(vpx_codec_ctx_t *ctx); 833 vpx_codec_err_t vpx_codec_encode(vpx_codec_ctx_t *ctx, 883 vpx_codec_err_t vpx_codec_set_cx_data_buf(vpx_codec_ctx_t *ctx, 912 const vpx_codec_cx_pkt_t *vpx_codec_get_cx_data(vpx_codec_ctx_t *ctx, 928 const vpx_image_t *vpx_codec_get_preview_frame(vpx_codec_ctx_t *ctx);
|
D | svc_context.h | 81 vpx_codec_err_t vpx_svc_init(SvcContext *svc_ctx, vpx_codec_ctx_t *codec_ctx, 87 vpx_codec_err_t vpx_svc_encode(SvcContext *svc_ctx, vpx_codec_ctx_t *codec_ctx,
|
/external/chromium_org/remoting/codec/ |
D | scoped_vpx_codec.h | 11 typedef struct vpx_codec_ctx vpx_codec_ctx_t; typedef 17 void operator()(vpx_codec_ctx_t* codec); 20 typedef scoped_ptr<vpx_codec_ctx_t, VpxCodecDeleter> ScopedVpxCodec;
|
D | scoped_vpx_codec.cc | 15 void VpxCodecDeleter::operator()(vpx_codec_ctx_t* codec) { in operator ()()
|
D | video_decoder_vpx.cc | 46 ScopedVpxCodec codec(new vpx_codec_ctx_t); in CreateForVP8() 66 ScopedVpxCodec codec(new vpx_codec_ctx_t); in CreateForVP9()
|
/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() 93 vpx_codec_err_t vpx_codec_get_stream_info(vpx_codec_ctx_t *ctx, in vpx_codec_get_stream_info() 113 vpx_codec_err_t vpx_codec_decode(vpx_codec_ctx_t *ctx, in vpx_codec_decode() 134 vpx_image_t *vpx_codec_get_frame(vpx_codec_ctx_t *ctx, in vpx_codec_get_frame() 147 vpx_codec_err_t vpx_codec_register_put_frame_cb(vpx_codec_ctx_t *ctx, in vpx_codec_register_put_frame_cb() 167 vpx_codec_err_t vpx_codec_register_put_slice_cb(vpx_codec_ctx_t *ctx, in vpx_codec_register_put_slice_cb() 187 vpx_codec_err_t vpx_codec_get_mem_map(vpx_codec_ctx_t *ctx, in vpx_codec_get_mem_map() 203 vpx_codec_err_t vpx_codec_set_mem_map(vpx_codec_ctx_t *ctx, in vpx_codec_set_mem_map()
|
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() 66 vpx_codec_err_t vpx_codec_enc_init_multi_ver(vpx_codec_ctx_t *ctx, in vpx_codec_enc_init_multi_ver() 203 vpx_codec_err_t vpx_codec_encode(vpx_codec_ctx_t *ctx, in vpx_codec_encode() 257 const vpx_codec_cx_pkt_t *vpx_codec_get_cx_data(vpx_codec_ctx_t *ctx, in vpx_codec_get_cx_data() 306 vpx_codec_err_t vpx_codec_set_cx_data_buf(vpx_codec_ctx_t *ctx, in vpx_codec_set_cx_data_buf() 328 const vpx_image_t *vpx_codec_get_preview_frame(vpx_codec_ctx_t *ctx) { in vpx_codec_get_preview_frame() 346 vpx_fixed_buf_t *vpx_codec_get_global_headers(vpx_codec_ctx_t *ctx) { in vpx_codec_get_global_headers() 364 vpx_codec_err_t vpx_codec_enc_config_set(vpx_codec_ctx_t *ctx, in vpx_codec_enc_config_set()
|
D | svc_encodeframe.c | 77 vpx_codec_ctx_t *codec_ctx; 454 vpx_codec_err_t vpx_svc_init(SvcContext *svc_ctx, vpx_codec_ctx_t *codec_ctx, in vpx_svc_init() 696 vpx_codec_ctx_t *codec_ctx) { in set_svc_parameters() 769 vpx_codec_err_t vpx_svc_encode(SvcContext *svc_ctx, 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_; 92 vpx_codec_ctx_t decoder_;
|
D | encode_test_driver.h | 49 explicit CxDataIterator(vpx_codec_ctx_t *encoder) in CxDataIterator() 57 vpx_codec_ctx_t *encoder_; 145 vpx_codec_ctx_t encoder_;
|
/external/libvpx/libvpx/vpx/internal/ |
D | vpx_codec_internal.h | 77 typedef vpx_codec_err_t (*vpx_codec_init_fn_t)(vpx_codec_ctx_t *ctx, 230 typedef vpx_codec_err_t (*vpx_codec_get_mmap_fn_t)(const vpx_codec_ctx_t *ctx, 247 typedef vpx_codec_err_t (*vpx_codec_set_mmap_fn_t)(vpx_codec_ctx_t *ctx,
|
/external/chromium_org/media/webm/chromeos/ |
D | webm_encoder.cc | 40 void operator()(vpx_codec_ctx_t* codec) { in operator ()() 109 vpx_codec_ctx_t codec; in EncodeFromSprite() 114 scoped_ptr<vpx_codec_ctx_t, VpxCodecDeleter> codec_ptr(&codec); in EncodeFromSprite()
|
/external/libvpx/libvpx/examples/ |
D | decoder_tmpl.c | 50 vpx_codec_ctx_t codec; in main()
|
D | decoder_tmpl.txt | 10 static void die_codec(vpx_codec_ctx_t *ctx, const char *s) {
|
D | encoder_tmpl.txt | 10 static void die_codec(vpx_codec_ctx_t *ctx, const char *s) {
|
D | encoder_tmpl.c | 111 vpx_codec_ctx_t codec; in main()
|
/external/libvpx/libvpx/vp9/ |
D | vp9_dx_iface.c | 75 static void vp9_init_ctx(vpx_codec_ctx_t *ctx, const vpx_codec_mmap_t *mmap) { in vp9_init_ctx() 101 static vpx_codec_err_t vp9_init(vpx_codec_ctx_t *ctx, in vp9_init() 478 static vpx_codec_err_t vp9_xma_get_mmap(const vpx_codec_ctx_t *ctx, in vp9_xma_get_mmap() 511 static vpx_codec_err_t vp9_xma_set_mmap(vpx_codec_ctx_t *ctx, in vp9_xma_set_mmap()
|
/external/libvpx/libvpx/vp8/ |
D | vp8_dx_iface.c | 87 static void vp8_init_ctx(vpx_codec_ctx_t *ctx, const vpx_codec_mmap_t *mmap) in vp8_init_ctx() 118 static vpx_codec_err_t vp8_init(vpx_codec_ctx_t *ctx, in vp8_init() 623 vpx_codec_err_t vp8_xma_get_mmap(const vpx_codec_ctx_t *ctx, in vp8_xma_get_mmap() 660 static vpx_codec_err_t vp8_xma_set_mmap(vpx_codec_ctx_t *ctx, in vp8_xma_set_mmap()
|
/external/libvpx/libvpx/ |
D | vp9_spatial_scalable_encoder.c | 115 static void die_codec(vpx_codec_ctx_t *ctx, const char *s) { in die_codec() 302 vpx_codec_ctx_t codec; in main()
|
D | example_xma.c | 77 vpx_codec_ctx_t decoder; in main()
|
D | vp8_multi_resolution_encoder.c | 72 static void die_codec(vpx_codec_ctx_t *ctx, const char *s) { in die_codec() 190 vpx_codec_ctx_t codec[NUM_ENCODERS]; in main()
|
D | vp8_scalable_patterns.c | 52 static void die_codec(vpx_codec_ctx_t *ctx, const char *s) { in die_codec() 121 vpx_codec_ctx_t codec; in main()
|