Home
last modified time | relevance | path

Searched refs:vpx_codec_ctx_t (Results 1 – 25 of 35) sorted by relevance

12

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/
Dvpx_codec.h213 } 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 …]
Dvpx_decoder.h140 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,
Dvpx_encoder.h686 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);
Dsvc_context.h81 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/
Dvpx_decoder.c22 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()
Dvpx_codec.c70 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_()
Dvpx_encoder.c23 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/
Ddecode_test_driver.h26 explicit DxDataIterator(vpx_codec_ctx_t *decoder) in DxDataIterator()
34 vpx_codec_ctx_t *decoder_;
101 vpx_codec_ctx_t decoder_;
Dencode_test_driver.h52 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/
Dset_maps.c65 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()
Dtwopass_encoder.c69 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()
Dvp8cx_set_ref.c68 static void encode_frame(vpx_codec_ctx_t *codec, in encode_frame()
97 vpx_codec_ctx_t codec = {0}; in main()
Dsimple_encoder.c121 static void encode_frame(vpx_codec_ctx_t *codec, in encode_frame()
151 vpx_codec_ctx_t codec; in main()
Ddecode_with_partial_drops.c92 static void die_codec(vpx_codec_ctx_t *ctx, const char *s) { in die_codec()
197 vpx_codec_ctx_t codec; in main()
Dsimple_decoder.c103 vpx_codec_ctx_t codec; in main()
Dpostproc.c65 vpx_codec_ctx_t codec; in main()
Ddecode_with_drops.c78 vpx_codec_ctx_t codec; in main()
Ddecode_to_md5.c84 vpx_codec_ctx_t codec; in main()
Dexample_xma.c77 vpx_codec_ctx_t decoder; in main()
Dvp8_multi_resolution_encoder.c58 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/
Dvpx_codec_internal.h80 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/
DOMXVideoDecoderVP9HWR.cpp165 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/
Dtools_common.h118 void die_codec(vpx_codec_ctx_t *ctx, const char *s);
Dtools_common.c72 void die_codec(vpx_codec_ctx_t *ctx, const char *s) { in die_codec()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/
Dvp8_dx_iface.c88 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()

12