/external/chromium_org/remoting/codec/ |
scoped_vpx_codec.cc | 17 vpx_codec_err_t ret = vpx_codec_destroy(codec);
|
/external/libvpx/libvpx/vpx/ |
svc_context.h | 60 vpx_codec_err_t vpx_svc_set_options(SvcContext *svc_ctx, const char *options); 67 vpx_codec_err_t vpx_svc_set_quantizers(SvcContext *svc_ctx, 75 vpx_codec_err_t vpx_svc_set_scale_factors(SvcContext *svc_ctx, 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, 119 vpx_codec_err_t vpx_svc_get_layer_resolution(const SvcContext *svc_ctx,
|
vpx_decoder.h | 137 vpx_codec_err_t vpx_codec_dec_init_ver(vpx_codec_ctx_t *ctx, 168 vpx_codec_err_t vpx_codec_peek_stream_info(vpx_codec_iface_t *iface, 187 vpx_codec_err_t vpx_codec_get_stream_info(vpx_codec_ctx_t *ctx, 218 * see the descriptions of the other error codes in ::vpx_codec_err_t 221 vpx_codec_err_t vpx_codec_decode(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,
|
vpx_codec.h | 142 vpx_codec_err_t; typedef in typeref:enum:__anon21335 204 vpx_codec_err_t err; /**< Last returned error */ 296 const char *vpx_codec_err_to_string(vpx_codec_err_t err); 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, 414 static vpx_codec_err_t \ 417 static vpx_codec_err_t \ 434 DECLSPEC_DEPRECATED static vpx_codec_err_t \ 437 DECLSPEC_DEPRECATED static vpx_codec_err_t \ 454 static vpx_codec_err_t \ [all...] |
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, 754 vpx_codec_err_t vpx_codec_enc_config_default(vpx_codec_iface_t *iface, 773 vpx_codec_err_t vpx_codec_enc_config_set(vpx_codec_ctx_t *ctx, 833 vpx_codec_err_t vpx_codec_encode(vpx_codec_ctx_t *ctx, [all...] |
/external/libvpx/libvpx/test/ |
decode_test_driver.cc | 18 vpx_codec_err_t Decoder::DecodeFrame(const uint8_t *cxdata, int size) { 19 vpx_codec_err_t res_dec; 33 vpx_codec_err_t res_dec = decoder->DecodeFrame(video->cxdata(),
|
decode_test_driver.h | 52 vpx_codec_err_t DecodeFrame(const uint8_t *cxdata, int size); 64 const vpx_codec_err_t res = vpx_codec_control_(&decoder_, ctrl_id, arg); 70 const vpx_codec_err_t res = vpx_codec_control_(&decoder_, ctrl_id, arg); 84 const vpx_codec_err_t res = vpx_codec_dec_init(&decoder_,
|
svc_test.cc | 50 const vpx_codec_err_t res = 83 vpx_codec_err_t res = vpx_svc_init(NULL, &codec_, codec_iface_, &codec_enc_); 107 vpx_codec_err_t res = vpx_svc_init(&svc_, &codec_, codec_iface_, &codec_enc_); 117 vpx_codec_err_t res = vpx_svc_set_options(&svc_, NULL); 127 vpx_codec_err_t res = vpx_svc_set_options(&svc_, "layers=3"); 136 vpx_codec_err_t res = vpx_svc_set_options(&svc_, "encoding-mode=alt-ip"); 145 vpx_codec_err_t res = vpx_svc_set_options(&svc_, "layers=2 encoding-mode=ip"); 155 vpx_codec_err_t res = 170 vpx_codec_err_t res = vpx_svc_set_options(&svc_, "quantizers=not-quantizers"); 182 vpx_codec_err_t res = vpx_svc_set_quantizers(NULL, "40,30") [all...] |
codec_factory.h | 43 virtual vpx_codec_err_t DefaultEncoderConfig(vpx_codec_enc_cfg_t *cfg, 125 virtual vpx_codec_err_t DefaultEncoderConfig(vpx_codec_enc_cfg_t *cfg, 207 virtual vpx_codec_err_t DefaultEncoderConfig(vpx_codec_enc_cfg_t *cfg,
|
encode_test_driver.cc | 39 vpx_codec_err_t res; 70 const vpx_codec_err_t res = vpx_codec_encode(&encoder_, NULL, 0, 0, 0, 76 const vpx_codec_err_t res = codec_->DefaultEncoderConfig(&cfg_, 0); 178 vpx_codec_err_t res_dec = decoder->DecodeFrame(
|
vp8_decrypt_test.cc | 56 vpx_codec_err_t res = decoder.DecodeFrame(video.cxdata(), video.frame_size());
|
encode_test_driver.h | 117 const vpx_codec_err_t res = vpx_codec_control_(&encoder_, ctrl_id, arg); 122 const vpx_codec_err_t res = vpx_codec_control_(&encoder_, ctrl_id, arg);
|
tile_independence_test.cc | 62 const vpx_codec_err_t res = dec->DecodeFrame(
|
/external/libvpx/libvpx/vpx/src/ |
vpx_decoder.c | 21 vpx_codec_err_t vpx_codec_dec_init_ver(vpx_codec_ctx_t *ctx, 26 vpx_codec_err_t res; 72 vpx_codec_err_t vpx_codec_peek_stream_info(vpx_codec_iface_t *iface, 76 vpx_codec_err_t res; 93 vpx_codec_err_t vpx_codec_get_stream_info(vpx_codec_ctx_t *ctx, 95 vpx_codec_err_t res; 113 vpx_codec_err_t vpx_codec_decode(vpx_codec_ctx_t *ctx, 118 vpx_codec_err_t res; 147 vpx_codec_err_t vpx_codec_register_put_frame_cb(vpx_codec_ctx_t *ctx, 150 vpx_codec_err_t res [all...] |
vpx_codec.c | 43 const char *vpx_codec_err_to_string(vpx_codec_err_t err) { 83 vpx_codec_err_t vpx_codec_destroy(vpx_codec_ctx_t *ctx) { 84 vpx_codec_err_t res; 109 vpx_codec_err_t vpx_codec_control_(vpx_codec_ctx_t *ctx, 112 vpx_codec_err_t res; 141 vpx_codec_err_t vpx_mmap_alloc(vpx_codec_mmap_t *mmap) { 159 vpx_codec_err_t vpx_validate_mmaps(const vpx_codec_stream_info_t *si,
|
vpx_encoder.c | 23 vpx_codec_err_t vpx_codec_enc_init_ver(vpx_codec_ctx_t *ctx, 28 vpx_codec_err_t res; 66 vpx_codec_err_t vpx_codec_enc_init_multi_ver(vpx_codec_ctx_t *ctx, 73 vpx_codec_err_t res = 0; 159 vpx_codec_err_t vpx_codec_enc_config_default(vpx_codec_iface_t *iface, 162 vpx_codec_err_t res; 203 vpx_codec_err_t vpx_codec_encode(vpx_codec_ctx_t *ctx, 209 vpx_codec_err_t res = 0; 306 vpx_codec_err_t vpx_codec_set_cx_data_buf(vpx_codec_ctx_t *ctx, 364 vpx_codec_err_t vpx_codec_enc_config_set(vpx_codec_ctx_t *ctx [all...] |
/external/libvpx/libvpx/vpx/internal/ |
vpx_codec_internal.h | 77 typedef vpx_codec_err_t (*vpx_codec_init_fn_t)(vpx_codec_ctx_t *ctx, 93 typedef vpx_codec_err_t (*vpx_codec_destroy_fn_t)(vpx_codec_alg_priv_t *ctx); 112 typedef vpx_codec_err_t (*vpx_codec_peek_si_fn_t)(const uint8_t *data, 129 typedef vpx_codec_err_t (*vpx_codec_get_si_fn_t)(vpx_codec_alg_priv_t *ctx, 154 typedef vpx_codec_err_t (*vpx_codec_control_fn_t)(vpx_codec_alg_priv_t *ctx, 191 * see the descriptions of the other error codes in ::vpx_codec_err_t 194 typedef vpx_codec_err_t (*vpx_codec_decode_fn_t)(vpx_codec_alg_priv_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, 251 typedef vpx_codec_err_t (*vpx_codec_encode_fn_t)(vpx_codec_alg_priv_t *ctx [all...] |
/external/libvpx/libvpx/vp8/common/ |
onyxd.h | 55 vpx_codec_err_t vp8dx_get_reference(struct VP8D_COMP* comp, enum vpx_ref_frame_type ref_frame_flag, YV12_BUFFER_CONFIG *sd); 56 vpx_codec_err_t vp8dx_set_reference(struct VP8D_COMP* comp, enum vpx_ref_frame_type ref_frame_flag, YV12_BUFFER_CONFIG *sd);
|
/external/libvpx/libvpx/vp9/decoder/ |
vp9_onyxd.h | 50 vpx_codec_err_t vp9_copy_reference_dec(VP9D_PTR comp, 54 vpx_codec_err_t vp9_set_reference_dec(VP9D_PTR comp,
|
/external/libvpx/libvpx/vp9/ |
vp9_dx_iface.c | 101 static vpx_codec_err_t vp9_init(vpx_codec_ctx_t *ctx, 103 vpx_codec_err_t res = VPX_CODEC_OK; 130 static vpx_codec_err_t vp9_destroy(vpx_codec_alg_priv_t *ctx) { 143 static vpx_codec_err_t vp9_peek_si(const uint8_t *data, 206 static vpx_codec_err_t vp9_get_si(vpx_codec_alg_priv_t *ctx, 222 static vpx_codec_err_t 225 vpx_codec_err_t res; 235 static vpx_codec_err_t decode_one(vpx_codec_alg_priv_t *ctx, 240 vpx_codec_err_t res = VPX_CODEC_OK; 397 static vpx_codec_err_t vp9_decode(vpx_codec_alg_priv_t *ctx [all...] |
vp9_cx_iface.c | 105 static vpx_codec_err_t 108 vpx_codec_err_t res; 144 static vpx_codec_err_t validate_config(vpx_codec_alg_priv_t *ctx, 223 static vpx_codec_err_t validate_img(vpx_codec_alg_priv_t *ctx, 243 static vpx_codec_err_t set_vp9e_config(VP9_CONFIG *oxcf, 373 static vpx_codec_err_t vp9e_set_config(vpx_codec_alg_priv_t *ctx, 375 vpx_codec_err_t res; 403 static vpx_codec_err_t get_param(vpx_codec_alg_priv_t *ctx, 424 static vpx_codec_err_t set_param(vpx_codec_alg_priv_t *ctx, 427 vpx_codec_err_t res = VPX_CODEC_OK [all...] |
/external/libvpx/libvpx/vp8/ |
vp8_dx_iface.c | 118 static vpx_codec_err_t vp8_init(vpx_codec_ctx_t *ctx, 121 vpx_codec_err_t res = VPX_CODEC_OK; 176 static vpx_codec_err_t vp8_destroy(vpx_codec_alg_priv_t *ctx) 191 static vpx_codec_err_t vp8_peek_si_internal(const uint8_t *data, 197 vpx_codec_err_t res = VPX_CODEC_OK; 245 static vpx_codec_err_t vp8_peek_si(const uint8_t *data, 251 static vpx_codec_err_t vp8_get_si(vpx_codec_alg_priv_t *ctx, 269 static vpx_codec_err_t 273 vpx_codec_err_t res; 317 vpx_codec_err_t *res [all...] |
vp8_cx_iface.c | 95 static vpx_codec_err_t 99 vpx_codec_err_t res; 135 static vpx_codec_err_t validate_config(vpx_codec_alg_priv_t *ctx, 264 static vpx_codec_err_t validate_img(vpx_codec_alg_priv_t *ctx, 285 static vpx_codec_err_t set_vp8e_config(VP8_CONFIG *oxcf, 447 static vpx_codec_err_t vp8e_set_config(vpx_codec_alg_priv_t *ctx, 450 vpx_codec_err_t res; 480 static vpx_codec_err_t get_param(vpx_codec_alg_priv_t *ctx, 502 static vpx_codec_err_t set_param(vpx_codec_alg_priv_t *ctx, 506 vpx_codec_err_t res = VPX_CODEC_OK [all...] |
/external/libvpx/libvpx/examples/ |
decoder_tmpl.c | 55 vpx_codec_err_t res;
|
/external/chromium_org/media/cdm/ppapi/ |
libvpx_cdm_video_decoder.cc | 60 vpx_codec_err_t status = vpx_codec_dec_init(vpx_codec_, 111 vpx_codec_err_t status = vpx_codec_decode(vpx_codec_,
|