HomeSort by relevance Sort by last modified time
    Searched refs:vpx_codec_ctx_t (Results 1 - 25 of 32) sorted by null

1 2

  /external/libvpx/libvpx/vpx/
vpx_decoder.h 137 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,
vpx_codec.h 31 * vpx_codec_ctx_t algo;
213 } vpx_codec_ctx_t; typedef in typeref:struct:vpx_codec_ctx
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) {
    [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,
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,
    [all...]
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,
  /external/chromium_org/remoting/codec/
video_encoder_vp8.h 12 typedef struct vpx_codec_ctx vpx_codec_ctx_t; typedef in typeref:struct:vpx_codec_ctx
55 scoped_ptr<vpx_codec_ctx_t> codec_;
video_decoder_vp8.h 11 typedef struct vpx_codec_ctx vpx_codec_ctx_t; typedef in typeref:struct:vpx_codec_ctx
53 vpx_codec_ctx_t* codec_;
video_decoder_vp8.cc 58 codec_ = new vpx_codec_ctx_t();
  /external/libvpx/libvpx/test/
decode_test_driver.h 26 explicit DxDataIterator(vpx_codec_ctx_t *decoder)
34 vpx_codec_ctx_t *decoder_;
92 vpx_codec_ctx_t decoder_;
encode_test_driver.h 49 explicit CxDataIterator(vpx_codec_ctx_t *encoder)
57 vpx_codec_ctx_t *encoder_;
145 vpx_codec_ctx_t encoder_;
  /external/libvpx/libvpx/vpx/src/
vpx_decoder.c 21 vpx_codec_err_t vpx_codec_dec_init_ver(vpx_codec_ctx_t *ctx,
93 vpx_codec_err_t vpx_codec_get_stream_info(vpx_codec_ctx_t *ctx,
113 vpx_codec_err_t vpx_codec_decode(vpx_codec_ctx_t *ctx,
134 vpx_image_t *vpx_codec_get_frame(vpx_codec_ctx_t *ctx,
147 vpx_codec_err_t vpx_codec_register_put_frame_cb(vpx_codec_ctx_t *ctx,
167 vpx_codec_err_t vpx_codec_register_put_slice_cb(vpx_codec_ctx_t *ctx,
187 vpx_codec_err_t vpx_codec_get_mem_map(vpx_codec_ctx_t *ctx,
203 vpx_codec_err_t vpx_codec_set_mem_map(vpx_codec_ctx_t *ctx,
vpx_codec.c 70 const char *vpx_codec_error(vpx_codec_ctx_t *ctx) {
75 const char *vpx_codec_error_detail(vpx_codec_ctx_t *ctx) {
83 vpx_codec_err_t vpx_codec_destroy(vpx_codec_ctx_t *ctx) {
109 vpx_codec_err_t vpx_codec_control_(vpx_codec_ctx_t *ctx,
vpx_encoder.c 23 vpx_codec_err_t vpx_codec_enc_init_ver(vpx_codec_ctx_t *ctx,
66 vpx_codec_err_t vpx_codec_enc_init_multi_ver(vpx_codec_ctx_t *ctx,
203 vpx_codec_err_t vpx_codec_encode(vpx_codec_ctx_t *ctx,
257 const vpx_codec_cx_pkt_t *vpx_codec_get_cx_data(vpx_codec_ctx_t *ctx,
306 vpx_codec_err_t vpx_codec_set_cx_data_buf(vpx_codec_ctx_t *ctx,
328 const vpx_image_t *vpx_codec_get_preview_frame(vpx_codec_ctx_t *ctx) {
346 vpx_fixed_buf_t *vpx_codec_get_global_headers(vpx_codec_ctx_t *ctx) {
364 vpx_codec_err_t vpx_codec_enc_config_set(vpx_codec_ctx_t *ctx,
svc_encodeframe.c 77 vpx_codec_ctx_t *codec_ctx;
454 vpx_codec_err_t vpx_svc_init(SvcContext *svc_ctx, vpx_codec_ctx_t *codec_ctx,
696 vpx_codec_ctx_t *codec_ctx) {
769 vpx_codec_err_t vpx_svc_encode(SvcContext *svc_ctx, vpx_codec_ctx_t *codec_ctx,
  /frameworks/av/media/libstagefright/codecs/on2/dec/
SoftVPX.cpp 53 vpx_codec_destroy((vpx_codec_ctx_t *)mCtx);
54 delete (vpx_codec_ctx_t *)mCtx;
72 mCtx = new vpx_codec_ctx_t;
78 (vpx_codec_ctx_t *)mCtx,
122 (vpx_codec_ctx_t *)mCtx,
134 vpx_image_t *img = vpx_codec_get_frame((vpx_codec_ctx_t *)mCtx, &iter);
  /external/libvpx/libvpx/examples/
decoder_tmpl.c 50 vpx_codec_ctx_t codec;
encoder_tmpl.c 111 vpx_codec_ctx_t codec;
  /frameworks/av/media/libstagefright/codecs/on2/enc/
SoftVPXEncoder.h 114 vpx_codec_ctx_t* mCodecContext;
  /external/libvpx/libvpx/vpx/internal/
vpx_codec_internal.h 36 * vpx_codec_ctx_t algo;
77 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/
webm_encoder.cc 40 void operator()(vpx_codec_ctx_t* codec) {
109 vpx_codec_ctx_t codec;
114 scoped_ptr<vpx_codec_ctx_t, VpxCodecDeleter> codec_ptr(&codec);
  /external/libvpx/libvpx/
example_xma.c 77 vpx_codec_ctx_t decoder;
vp8_multi_resolution_encoder.c 72 static void die_codec(vpx_codec_ctx_t *ctx, const char *s) {
190 vpx_codec_ctx_t codec[NUM_ENCODERS];
vp9_spatial_scalable_encoder.c 115 static void die_codec(vpx_codec_ctx_t *ctx, const char *s) {
302 vpx_codec_ctx_t codec;
vp8_scalable_patterns.c 52 static void die_codec(vpx_codec_ctx_t *ctx, const char *s) {
121 vpx_codec_ctx_t codec;
  /external/libvpx/libvpx/vp9/
vp9_dx_iface.c 75 static void vp9_init_ctx(vpx_codec_ctx_t *ctx, const vpx_codec_mmap_t *mmap) {
101 static vpx_codec_err_t vp9_init(vpx_codec_ctx_t *ctx,
478 static vpx_codec_err_t vp9_xma_get_mmap(const vpx_codec_ctx_t *ctx,
511 static vpx_codec_err_t vp9_xma_set_mmap(vpx_codec_ctx_t *ctx,
  /external/libvpx/libvpx/vp8/
vp8_dx_iface.c 87 static void vp8_init_ctx(vpx_codec_ctx_t *ctx, const vpx_codec_mmap_t *mmap)
118 static vpx_codec_err_t vp8_init(vpx_codec_ctx_t *ctx,
623 vpx_codec_err_t vp8_xma_get_mmap(const vpx_codec_ctx_t *ctx,
660 static vpx_codec_err_t vp8_xma_set_mmap(vpx_codec_ctx_t *ctx,

Completed in 668 milliseconds

1 2