/hardware/intel/common/omx-components/videocodec/libvpx_internal/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 | 140 vpx_codec_err_t vpx_codec_dec_init_ver(vpx_codec_ctx_t *ctx, 190 vpx_codec_err_t vpx_codec_get_stream_info(vpx_codec_ctx_t *ctx, 224 vpx_codec_err_t vpx_codec_decode(vpx_codec_ctx_t *ctx, 246 vpx_image_t *vpx_codec_get_frame(vpx_codec_ctx_t *ctx, 283 vpx_codec_err_t vpx_codec_register_put_frame_cb(vpx_codec_ctx_t *ctx, 325 vpx_codec_err_t vpx_codec_register_put_slice_cb(vpx_codec_ctx_t *ctx, 371 vpx_codec_ctx_t *ctx,
|
D | vpx_encoder.h | 686 vpx_codec_err_t vpx_codec_enc_init_ver(vpx_codec_ctx_t *ctx, 725 vpx_codec_err_t vpx_codec_enc_init_multi_ver(vpx_codec_ctx_t *ctx, 781 vpx_codec_err_t vpx_codec_enc_config_set(vpx_codec_ctx_t *ctx, 796 vpx_fixed_buf_t *vpx_codec_get_global_headers(vpx_codec_ctx_t *ctx); 841 vpx_codec_err_t vpx_codec_encode(vpx_codec_ctx_t *ctx, 891 vpx_codec_err_t vpx_codec_set_cx_data_buf(vpx_codec_ctx_t *ctx, 920 const vpx_codec_cx_pkt_t *vpx_codec_get_cx_data(vpx_codec_ctx_t *ctx, 936 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,
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/src/ |
D | vpx_decoder.c | 22 vpx_codec_err_t vpx_codec_dec_init_ver(vpx_codec_ctx_t *ctx, in vpx_codec_dec_init_ver() 97 vpx_codec_err_t vpx_codec_get_stream_info(vpx_codec_ctx_t *ctx, in vpx_codec_get_stream_info() 117 vpx_codec_err_t vpx_codec_decode(vpx_codec_ctx_t *ctx, in vpx_codec_decode() 138 vpx_image_t *vpx_codec_get_frame(vpx_codec_ctx_t *ctx, in vpx_codec_get_frame() 151 vpx_codec_err_t vpx_codec_register_put_frame_cb(vpx_codec_ctx_t *ctx, in vpx_codec_register_put_frame_cb() 171 vpx_codec_err_t vpx_codec_register_put_slice_cb(vpx_codec_ctx_t *ctx, in vpx_codec_register_put_slice_cb() 191 vpx_codec_err_t vpx_codec_get_mem_map(vpx_codec_ctx_t *ctx, in vpx_codec_get_mem_map() 207 vpx_codec_err_t vpx_codec_set_mem_map(vpx_codec_ctx_t *ctx, in vpx_codec_set_mem_map() 235 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() 66 vpx_codec_err_t vpx_codec_enc_init_multi_ver(vpx_codec_ctx_t *ctx, in vpx_codec_enc_init_multi_ver() 204 vpx_codec_err_t vpx_codec_encode(vpx_codec_ctx_t *ctx, in vpx_codec_encode() 258 const vpx_codec_cx_pkt_t *vpx_codec_get_cx_data(vpx_codec_ctx_t *ctx, in vpx_codec_get_cx_data() 305 vpx_codec_err_t vpx_codec_set_cx_data_buf(vpx_codec_ctx_t *ctx, in vpx_codec_set_cx_data_buf() 327 const vpx_image_t *vpx_codec_get_preview_frame(vpx_codec_ctx_t *ctx) { in vpx_codec_get_preview_frame() 345 vpx_fixed_buf_t *vpx_codec_get_global_headers(vpx_codec_ctx_t *ctx) { in vpx_codec_get_global_headers() 363 vpx_codec_err_t vpx_codec_enc_config_set(vpx_codec_ctx_t *ctx, in vpx_codec_enc_config_set()
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/ |
D | decode_test_driver.h | 26 explicit DxDataIterator(vpx_codec_ctx_t *decoder) in DxDataIterator() 34 vpx_codec_ctx_t *decoder_; 101 vpx_codec_ctx_t decoder_;
|
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_;
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/examples/ |
D | set_maps.c | 65 vpx_codec_ctx_t *codec) { in set_roi_map() 98 vpx_codec_ctx_t *codec) { in set_active_map() 116 vpx_codec_ctx_t *codec) { in unset_active_map() 127 static void encode_frame(vpx_codec_ctx_t *codec, in encode_frame() 156 vpx_codec_ctx_t codec = {0}; 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 void encode_frame(vpx_codec_ctx_t *codec, in encode_frame() 151 vpx_codec_ctx_t codec; in main()
|
D | decode_with_partial_drops.c | 92 static void die_codec(vpx_codec_ctx_t *ctx, const char *s) { in die_codec() 197 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 | example_xma.c | 77 vpx_codec_ctx_t decoder; in main()
|
D | vp8_multi_resolution_encoder.c | 58 static void die_codec(vpx_codec_ctx_t *ctx, const char *s) { in die_codec() 176 vpx_codec_ctx_t codec[NUM_ENCODERS]; in main()
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/internal/ |
D | vpx_codec_internal.h | 80 typedef vpx_codec_err_t (*vpx_codec_init_fn_t)(vpx_codec_ctx_t *ctx, 263 typedef vpx_codec_err_t (*vpx_codec_get_mmap_fn_t)(const vpx_codec_ctx_t *ctx, 280 typedef vpx_codec_err_t (*vpx_codec_set_mmap_fn_t)(vpx_codec_ctx_t *ctx,
|
/hardware/intel/common/omx-components/videocodec/ |
D | OMXVideoDecoderVP9HWR.cpp | 165 mCtx = new vpx_codec_ctx_t; in initDecoder() 171 (vpx_codec_ctx_t *)mCtx, in initDecoder() 180 if (vpx_codec_set_frame_buffer_functions((vpx_codec_ctx_t *)mCtx, in initDecoder() 193 vpx_codec_destroy((vpx_codec_ctx_t *)mCtx); in destroyDecoder() 194 delete (vpx_codec_ctx_t *)mCtx; in destroyDecoder() 428 if (vpx_codec_decode((vpx_codec_ctx_t *)mCtx, in ProcessorProcess() 571 img = vpx_codec_get_frame((vpx_codec_ctx_t *)mCtx, &iter); in FillRenderBuffer()
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/ |
D | tools_common.h | 118 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()
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/ |
D | vp8_dx_iface.c | 88 static void vp8_init_ctx(vpx_codec_ctx_t *ctx, const vpx_codec_mmap_t *mmap) in vp8_init_ctx() 120 static vpx_codec_err_t vp8_init(vpx_codec_ctx_t *ctx, in vp8_init() 625 vpx_codec_err_t vp8_xma_get_mmap(const vpx_codec_ctx_t *ctx, in vp8_xma_get_mmap() 662 static vpx_codec_err_t vp8_xma_set_mmap(vpx_codec_ctx_t *ctx, in vp8_xma_set_mmap()
|