Home
last modified time | relevance | path

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

12

/external/libvpx/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.h137 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,
Dvpx_encoder.h678 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);
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,
/external/chromium_org/remoting/codec/
Dscoped_vpx_codec.h11 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;
Dscoped_vpx_codec.cc15 void VpxCodecDeleter::operator()(vpx_codec_ctx_t* codec) { in operator ()()
Dvideo_decoder_vpx.cc46 ScopedVpxCodec codec(new vpx_codec_ctx_t); in CreateForVP8()
66 ScopedVpxCodec codec(new vpx_codec_ctx_t); in CreateForVP9()
/external/libvpx/libvpx/vpx/src/
Dvpx_decoder.c21 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()
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()
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()
Dsvc_encodeframe.c77 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/
Ddecode_test_driver.h26 explicit DxDataIterator(vpx_codec_ctx_t *decoder) in DxDataIterator()
34 vpx_codec_ctx_t *decoder_;
92 vpx_codec_ctx_t decoder_;
Dencode_test_driver.h49 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/
Dvpx_codec_internal.h77 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/
Dwebm_encoder.cc40 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/
Ddecoder_tmpl.c50 vpx_codec_ctx_t codec; in main()
Ddecoder_tmpl.txt10 static void die_codec(vpx_codec_ctx_t *ctx, const char *s) {
Dencoder_tmpl.txt10 static void die_codec(vpx_codec_ctx_t *ctx, const char *s) {
Dencoder_tmpl.c111 vpx_codec_ctx_t codec; in main()
/external/libvpx/libvpx/vp9/
Dvp9_dx_iface.c75 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/
Dvp8_dx_iface.c87 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/
Dvp9_spatial_scalable_encoder.c115 static void die_codec(vpx_codec_ctx_t *ctx, const char *s) { in die_codec()
302 vpx_codec_ctx_t codec; in main()
Dexample_xma.c77 vpx_codec_ctx_t decoder; in main()
Dvp8_multi_resolution_encoder.c72 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()
Dvp8_scalable_patterns.c52 static void die_codec(vpx_codec_ctx_t *ctx, const char *s) { in die_codec()
121 vpx_codec_ctx_t codec; in main()

12