HomeSort by relevance Sort by last modified time
    Searched refs:vpx_image_t (Results 1 - 19 of 19) sorted by null

  /external/libvpx/vpx/
vpx_image.h 141 } vpx_image_t; /**< alias for struct vpx_image */ typedef in typeref:struct:vpx_image
169 vpx_image_t *vpx_img_alloc(vpx_image_t *img,
194 vpx_image_t *vpx_img_wrap(vpx_image_t *img,
215 int vpx_img_set_rect(vpx_image_t *img,
229 void vpx_img_flip(vpx_image_t *img);
237 void vpx_img_free(vpx_image_t *img);
vpx_decoder.h 221 vpx_image_t *vpx_codec_get_frame(vpx_codec_ctx_t *ctx,
240 const vpx_image_t *img);
280 const vpx_image_t *img,
vpx_decoder_compat.h 375 vpx_image_t *vpx_dec_get_frame(vpx_dec_ctx_t *ctx,
394 const vpx_image_t *img);
434 const vpx_image_t *img,
vp8.h 101 vpx_image_t img; /**< reference frame data in image format */
vpx_encoder.h 691 const vpx_image_t *img,
786 const vpx_image_t *vpx_codec_get_preview_frame(vpx_codec_ctx_t *ctx);
  /external/libvpx/vpx/src/
vpx_image.c 16 static vpx_image_t *img_alloc_helper(vpx_image_t *img,
106 img = (vpx_image_t *)calloc(1, sizeof(vpx_image_t));
115 memset(img, 0, sizeof(vpx_image_t));
149 vpx_image_t *vpx_img_alloc(vpx_image_t *img,
158 vpx_image_t *vpx_img_wrap(vpx_image_t *img,
168 int vpx_img_set_rect(vpx_image_t *img
    [all...]
vpx_encoder.c 116 const vpx_image_t *img,
225 const vpx_image_t *vpx_codec_get_preview_frame(vpx_codec_ctx_t *ctx)
227 vpx_image_t *img = NULL;
vpx_decoder.c 144 vpx_image_t *vpx_codec_get_frame(vpx_codec_ctx_t *ctx,
147 vpx_image_t *img;
vpx_decoder_compat.c 105 vpx_image_t *vpx_dec_get_frame(vpx_dec_ctx_t *ctx,
  /external/libvpx/
y4minput.h 58 int y4m_input_fetch_frame(y4m_input *_y4m,FILE *_fin,vpx_image_t *img);
vpxenc.c 274 static int read_frame(FILE *f, vpx_image_t *img, unsigned int file_type,
    [all...]
vpxdec.c 1019 vpx_image_t *img;
    [all...]
y4minput.c 821 int y4m_input_fetch_frame(y4m_input *_y4m,FILE *_fin,vpx_image_t *_img){
  /external/libvpx/examples/
decoder_tmpl.c 76 vpx_image_t *img;
encoder_tmpl.c 53 static int read_frame(FILE *f, vpx_image_t *img) {
116 vpx_image_t raw;
  /external/libvpx/vpx/internal/
vpx_codec_internal.h 213 typedef vpx_image_t*(*vpx_codec_get_frame_fn_t)(vpx_codec_alg_priv_t *ctx,
250 const vpx_image_t *img,
264 typedef vpx_image_t *
  /external/libvpx/vp8/
vp8_dx_iface.c 68 vpx_image_t img;
447 static vpx_image_t *vp8_get_frame(vpx_codec_alg_priv_t *ctx,
450 vpx_image_t *img = NULL;
550 static vpx_codec_err_t image2yuvconfig(const vpx_image_t *img,
vp8_cx_iface.c 87 vpx_image_t preview_img;
228 const vpx_image_t *img)
571 static vpx_codec_err_t image2yuvconfig(const vpx_image_t *img,
650 const vpx_image_t *img,
885 static vpx_image_t *vp8e_get_preview(vpx_codec_alg_priv_t *ctx)
    [all...]
  /frameworks/av/media/libstagefright/codecs/on2/dec/
SoftVPX.cpp 264 vpx_image_t *img = vpx_codec_get_frame((vpx_codec_ctx_t *)mCtx, &iter);

Completed in 202 milliseconds