/external/chromium_org/remoting/codec/ |
scoped_vpx_codec.cc | 17 vpx_codec_err_t ret = vpx_codec_destroy(codec);
|
/external/chromium_org/third_party/libvpx/source/libvpx/vpx/ |
vpx_decoder.h | 136 vpx_codec_err_t vpx_codec_dec_init_ver(vpx_codec_ctx_t *ctx, 167 vpx_codec_err_t vpx_codec_peek_stream_info(vpx_codec_iface_t *iface, 186 vpx_codec_err_t vpx_codec_get_stream_info(vpx_codec_ctx_t *ctx, 217 * see the descriptions of the other error codes in ::vpx_codec_err_t 220 vpx_codec_err_t vpx_codec_decode(vpx_codec_ctx_t *ctx, 279 vpx_codec_err_t vpx_codec_register_put_frame_cb(vpx_codec_ctx_t *ctx, 321 vpx_codec_err_t vpx_codec_register_put_slice_cb(vpx_codec_ctx_t *ctx, 366 vpx_codec_err_t vpx_codec_set_frame_buffer_functions(
|
svc_context.h | 52 vpx_codec_err_t vpx_svc_set_options(SvcContext *svc_ctx, const char *options); 57 vpx_codec_err_t vpx_svc_init(SvcContext *svc_ctx, vpx_codec_ctx_t *codec_ctx, 63 vpx_codec_err_t vpx_svc_encode(SvcContext *svc_ctx, vpx_codec_ctx_t *codec_ctx,
|
vpx_codec.h | 142 vpx_codec_err_t; typedef in typeref:enum:__anon17844 202 vpx_codec_err_t err; /**< Last returned error */ 305 const char *vpx_codec_err_to_string(vpx_codec_err_t err); 351 vpx_codec_err_t vpx_codec_destroy(vpx_codec_ctx_t *ctx); 388 vpx_codec_err_t vpx_codec_control_(vpx_codec_ctx_t *ctx, 423 static vpx_codec_err_t \ 426 static vpx_codec_err_t \ 443 DECLSPEC_DEPRECATED static vpx_codec_err_t \ 446 DECLSPEC_DEPRECATED static vpx_codec_err_t \ 463 static vpx_codec_err_t \ [all...] |
vpx_encoder.h | 749 vpx_codec_err_t vpx_codec_enc_init_ver(vpx_codec_ctx_t *ctx, 784 vpx_codec_err_t vpx_codec_enc_init_multi_ver(vpx_codec_ctx_t *ctx, 821 vpx_codec_err_t vpx_codec_enc_config_default(vpx_codec_iface_t *iface, 840 vpx_codec_err_t vpx_codec_enc_config_set(vpx_codec_ctx_t *ctx, [all...] |
/external/libvpx/libvpx/vpx/ |
vpx_decoder.h | 140 vpx_codec_err_t vpx_codec_dec_init_ver(vpx_codec_ctx_t *ctx, 171 vpx_codec_err_t vpx_codec_peek_stream_info(vpx_codec_iface_t *iface, 190 vpx_codec_err_t vpx_codec_get_stream_info(vpx_codec_ctx_t *ctx, 221 * see the descriptions of the other error codes in ::vpx_codec_err_t 224 vpx_codec_err_t vpx_codec_decode(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, 370 vpx_codec_err_t vpx_codec_set_frame_buffer_functions(
|
svc_context.h | 59 vpx_codec_err_t vpx_svc_set_options(SvcContext *svc_ctx, const char *options); 66 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, 130 vpx_codec_err_t vpx_svc_get_layer_resolution(const SvcContext *svc_ctx,
|
vpx_codec.h | 142 vpx_codec_err_t; typedef in typeref:enum:__anon4541 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 | 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, 762 vpx_codec_err_t vpx_codec_enc_config_default(vpx_codec_iface_t *iface, 781 vpx_codec_err_t vpx_codec_enc_config_set(vpx_codec_ctx_t *ctx, 841 vpx_codec_err_t vpx_codec_encode(vpx_codec_ctx_t *ctx, [all...] |
/external/chromium_org/third_party/libvpx/source/libvpx/test/ |
decode_test_driver.h | 52 vpx_codec_err_t PeekStream(const uint8_t *cxdata, size_t size, 55 vpx_codec_err_t DecodeFrame(const uint8_t *cxdata, size_t size); 57 vpx_codec_err_t DecodeFrame(const uint8_t *cxdata, size_t size, 70 const vpx_codec_err_t res = vpx_codec_control_(&decoder_, ctrl_id, arg); 76 const vpx_codec_err_t res = vpx_codec_control_(&decoder_, ctrl_id, arg); 86 vpx_codec_err_t SetFrameBufferFunctions( 105 const vpx_codec_err_t res = vpx_codec_dec_init(&decoder_, 132 virtual bool HandleDecodeResult(const vpx_codec_err_t res_dec, 146 const vpx_codec_err_t res_peek);
|
decode_test_driver.cc | 20 vpx_codec_err_t Decoder::PeekStream(const uint8_t *cxdata, size_t size, 27 vpx_codec_err_t Decoder::DecodeFrame(const uint8_t *cxdata, size_t size) { 31 vpx_codec_err_t Decoder::DecodeFrame(const uint8_t *cxdata, size_t size, 33 vpx_codec_err_t res_dec; 49 const vpx_codec_err_t res_peek) { 81 const vpx_codec_err_t res_peek = decoder->PeekStream(video->cxdata(), 87 vpx_codec_err_t res_dec = decoder->DecodeFrame(video->cxdata(), 93 const vpx_codec_err_t res_dec = decoder->DecodeFrame(NULL, 0);
|
/external/chromium_org/third_party/libvpx/source/libvpx/vpx/internal/ |
vpx_codec_internal.h | 80 typedef vpx_codec_err_t (*vpx_codec_init_fn_t)(vpx_codec_ctx_t *ctx, 96 typedef vpx_codec_err_t (*vpx_codec_destroy_fn_t)(vpx_codec_alg_priv_t *ctx); 115 typedef vpx_codec_err_t (*vpx_codec_peek_si_fn_t)(const uint8_t *data, 132 typedef vpx_codec_err_t (*vpx_codec_get_si_fn_t)(vpx_codec_alg_priv_t *ctx, 157 typedef vpx_codec_err_t (*vpx_codec_control_fn_t)(vpx_codec_alg_priv_t *ctx, 193 * see the descriptions of the other error codes in ::vpx_codec_err_t 196 typedef vpx_codec_err_t (*vpx_codec_decode_fn_t)(vpx_codec_alg_priv_t *ctx, 246 typedef vpx_codec_err_t (*vpx_codec_set_fb_fn_t)( 252 typedef vpx_codec_err_t (*vpx_codec_encode_fn_t)(vpx_codec_alg_priv_t *ctx, 261 typedef vpx_codec_err_t [all...] |
/external/libvpx/libvpx/test/ |
decode_test_driver.cc | 18 vpx_codec_err_t Decoder::DecodeFrame(const uint8_t *cxdata, size_t size) { 19 vpx_codec_err_t res_dec; 36 vpx_codec_err_t res_dec = decoder->DecodeFrame(video->cxdata(),
|
decode_test_driver.h | 52 vpx_codec_err_t DecodeFrame(const uint8_t *cxdata, size_t 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); 80 vpx_codec_err_t SetFrameBufferFunctions( 93 const vpx_codec_err_t res = vpx_codec_dec_init(&decoder_,
|
/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,
|
/external/libvpx/libvpx/vpx/internal/ |
vpx_codec_internal.h | 80 typedef vpx_codec_err_t (*vpx_codec_init_fn_t)(vpx_codec_ctx_t *ctx, 96 typedef vpx_codec_err_t (*vpx_codec_destroy_fn_t)(vpx_codec_alg_priv_t *ctx); 115 typedef vpx_codec_err_t (*vpx_codec_peek_si_fn_t)(const uint8_t *data, 132 typedef vpx_codec_err_t (*vpx_codec_get_si_fn_t)(vpx_codec_alg_priv_t *ctx, 157 typedef vpx_codec_err_t (*vpx_codec_control_fn_t)(vpx_codec_alg_priv_t *ctx, 194 * see the descriptions of the other error codes in ::vpx_codec_err_t 197 typedef vpx_codec_err_t (*vpx_codec_decode_fn_t)(vpx_codec_alg_priv_t *ctx, 247 typedef vpx_codec_err_t (*vpx_codec_set_fb_fn_t)( 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 [all...] |
/external/chromium_org/third_party/libvpx/source/libvpx/vpx/src/ |
vpx_decoder.c | 25 vpx_codec_err_t vpx_codec_dec_init_ver(vpx_codec_ctx_t *ctx, 30 vpx_codec_err_t res; 67 vpx_codec_err_t vpx_codec_peek_stream_info(vpx_codec_iface_t *iface, 71 vpx_codec_err_t res; 88 vpx_codec_err_t vpx_codec_get_stream_info(vpx_codec_ctx_t *ctx, 90 vpx_codec_err_t res; 108 vpx_codec_err_t vpx_codec_decode(vpx_codec_ctx_t *ctx, 113 vpx_codec_err_t res; 142 vpx_codec_err_t vpx_codec_register_put_frame_cb(vpx_codec_ctx_t *ctx, 145 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; 108 vpx_codec_err_t vpx_codec_control_(vpx_codec_ctx_t *ctx, 111 vpx_codec_err_t res; 138 vpx_codec_err_t error,
|
/external/chromium_org/third_party/libvpx/source/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/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/chromium_org/third_party/libvpx/source/libvpx/vp9/decoder/ |
vp9_decoder.h | 70 vpx_codec_err_t vp9_copy_reference_dec(struct VP9Decoder *pbi, 74 vpx_codec_err_t vp9_set_reference_dec(VP9_COMMON *cm, 95 vpx_codec_err_t vp9_parse_superframe_index(const uint8_t *data,
|
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/ |
vp8_dx_iface.c | 102 static vpx_codec_err_t vp8_init(vpx_codec_ctx_t *ctx, 105 vpx_codec_err_t res = VPX_CODEC_OK; 151 static vpx_codec_err_t vp8_destroy(vpx_codec_alg_priv_t *ctx) 160 static vpx_codec_err_t vp8_peek_si_internal(const uint8_t *data, 166 vpx_codec_err_t res = VPX_CODEC_OK; 214 static vpx_codec_err_t vp8_peek_si(const uint8_t *data, 220 static vpx_codec_err_t vp8_get_si(vpx_codec_alg_priv_t *ctx, 238 static vpx_codec_err_t 242 vpx_codec_err_t res; 287 vpx_codec_err_t *res [all...] |
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/ |
vp9_dx_iface.c | 53 static vpx_codec_err_t decoder_init(vpx_codec_ctx_t *ctx, 83 static vpx_codec_err_t decoder_destroy(vpx_codec_alg_priv_t *ctx) { 118 static vpx_codec_err_t decoder_peek_si_internal(const uint8_t *data, 192 static vpx_codec_err_t decoder_peek_si(const uint8_t *data, 198 static vpx_codec_err_t decoder_get_si(vpx_codec_alg_priv_t *ctx, 209 static vpx_codec_err_t update_error_state(vpx_codec_alg_priv_t *ctx, 271 static vpx_codec_err_t decode_one(vpx_codec_alg_priv_t *ctx, 288 const vpx_codec_err_t res = 328 static vpx_codec_err_t decoder_decode(vpx_codec_alg_priv_t *ctx, 333 vpx_codec_err_t res [all...] |
vp9_cx_iface.c | 97 static vpx_codec_err_t update_error_state(vpx_codec_alg_priv_t *ctx, 99 const vpx_codec_err_t res = error->error_code; 133 static vpx_codec_err_t validate_config(vpx_codec_alg_priv_t *ctx, 291 static vpx_codec_err_t validate_img(vpx_codec_alg_priv_t *ctx, 325 static vpx_codec_err_t set_encoder_config( 484 static vpx_codec_err_t encoder_set_config(vpx_codec_alg_priv_t *ctx, 486 vpx_codec_err_t res; 509 static vpx_codec_err_t ctrl_get_quantizer(vpx_codec_alg_priv_t *ctx, 518 static vpx_codec_err_t ctrl_get_quantizer64(vpx_codec_alg_priv_t *ctx, 527 static vpx_codec_err_t update_extra_cfg(vpx_codec_alg_priv_t *ctx [all...] |