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

1 2 3 4 5 6

  /external/libvpx/libvpx/vpx/
vpx_image.h 144 } vpx_image_t; /**< alias for struct vpx_image */ typedef in typeref:struct:vpx_image
172 vpx_image_t *vpx_img_alloc(vpx_image_t *img,
197 vpx_image_t *vpx_img_wrap(vpx_image_t *img,
218 int vpx_img_set_rect(vpx_image_t *img,
232 void vpx_img_flip(vpx_image_t *img);
240 void vpx_img_free(vpx_image_t *img);
vp8.h 107 vpx_image_t img; /**< reference frame data in image format */
116 vpx_image_t img; /**< img structure to populate (output) */
vpx_decoder.h 246 vpx_image_t *vpx_codec_get_frame(vpx_codec_ctx_t *ctx,
265 const vpx_image_t *img);
305 const vpx_image_t *img,
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/
vpx_image.h 146 } vpx_image_t; /**< alias for struct vpx_image */ typedef in typeref:struct:vpx_image
174 vpx_image_t *vpx_img_alloc(vpx_image_t *img,
199 vpx_image_t *vpx_img_wrap(vpx_image_t *img,
220 int vpx_img_set_rect(vpx_image_t *img,
234 void vpx_img_flip(vpx_image_t *img);
242 void vpx_img_free(vpx_image_t *img);
vp8.h 107 vpx_image_t img; /**< reference frame data in image format */
116 vpx_image_t img; /**< img structure to populate (output) */
vpx_decoder.h 246 vpx_image_t *vpx_codec_get_frame(vpx_codec_ctx_t *ctx,
265 const vpx_image_t *img);
305 const vpx_image_t *img,
  /external/chromium_org/third_party/libvpx/source/libvpx/vpx/
vpx_image.h 147 } vpx_image_t; /**< alias for struct vpx_image */ typedef in typeref:struct:vpx_image
175 vpx_image_t *vpx_img_alloc(vpx_image_t *img,
200 vpx_image_t *vpx_img_wrap(vpx_image_t *img,
221 int vpx_img_set_rect(vpx_image_t *img,
235 void vpx_img_flip(vpx_image_t *img);
243 void vpx_img_free(vpx_image_t *img);
vp8.h 107 vpx_image_t img; /**< reference frame data in image format */
116 vpx_image_t img; /**< img structure to populate (output) */
vpx_decoder.h 246 vpx_image_t *vpx_codec_get_frame(vpx_codec_ctx_t *ctx,
265 const vpx_image_t *img);
305 const vpx_image_t *img,
  /frameworks/av/media/libstagefright/codecs/on2/dec/
SoftVPX.h 54 vpx_image_t *mImg;
  /external/chromium_org/third_party/libvpx/source/libvpx/
tools_common.h 117 int read_yuv_frame(struct VpxInputContext *input_ctx, vpx_image_t *yuv_frame);
135 // of vpx_image_t support
136 int vpx_img_plane_width(const vpx_image_t *img, int plane);
137 int vpx_img_plane_height(const vpx_image_t *img, int plane);
138 void vpx_img_write(const vpx_image_t *img, FILE *file);
139 int vpx_img_read(vpx_image_t *img, FILE *file);
  /external/libvpx/libvpx/
tools_common.h 123 int read_yuv_frame(struct VpxInputContext *input_ctx, vpx_image_t *yuv_frame);
141 // of vpx_image_t support
142 int vpx_img_plane_width(const vpx_image_t *img, int plane);
143 int vpx_img_plane_height(const vpx_image_t *img, int plane);
144 void vpx_img_write(const vpx_image_t *img, FILE *file);
145 int vpx_img_read(vpx_image_t *img, FILE *file);
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
tools_common.h 123 int read_yuv_frame(struct VpxInputContext *input_ctx, vpx_image_t *yuv_frame);
141 // of vpx_image_t support
142 int vpx_img_plane_width(const vpx_image_t *img, int plane);
143 int vpx_img_plane_height(const vpx_image_t *img, int plane);
144 void vpx_img_write(const vpx_image_t *img, FILE *file);
145 int vpx_img_read(vpx_image_t *img, FILE *file);
  /external/chromium_org/remoting/codec/
video_decoder_vpx.h 15 typedef struct vpx_image vpx_image_t; typedef in typeref:struct:vpx_image
50 vpx_image_t* last_image_;
video_encoder_vpx.h 13 typedef struct vpx_image vpx_image_t; typedef in typeref:struct:vpx_image
63 scoped_ptr<vpx_image_t> image_;
  /external/chromium_org/third_party/libvpx/source/libvpx/test/
util.h 22 static double compute_psnr(const vpx_image_t *img1,
23 const vpx_image_t *img2) {
y4m_video_source.h 27 img_(new vpx_image_t()),
64 virtual vpx_image_t *img() const {
100 testing::internal::scoped_ptr<vpx_image_t> img_;
  /external/libvpx/libvpx/test/
util.h 22 static double compute_psnr(const vpx_image_t *img1,
23 const vpx_image_t *img2) {
y4m_video_source.h 27 img_(new vpx_image_t()),
64 virtual vpx_image_t *img() const {
100 testing::internal::scoped_ptr<vpx_image_t> img_;
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/
util.h 22 static double compute_psnr(const vpx_image_t *img1,
23 const vpx_image_t *img2) {
y4m_video_source.h 27 img_(new vpx_image_t()),
64 virtual vpx_image_t *img() const {
100 testing::internal::scoped_ptr<vpx_image_t> img_;
  /external/chromium_org/third_party/libvpx/source/libvpx/vpx/src/
vpx_image.c 43 static vpx_image_t *img_alloc_helper(vpx_image_t *img,
137 img = (vpx_image_t *)calloc(1, sizeof(vpx_image_t));
144 memset(img, 0, sizeof(vpx_image_t));
178 vpx_image_t *vpx_img_alloc(vpx_image_t *img,
186 vpx_image_t *vpx_img_wrap(vpx_image_t *img,
197 int vpx_img_set_rect(vpx_image_t *img
    [all...]
  /external/libvpx/libvpx/vpx/src/
vpx_image.c 43 static vpx_image_t *img_alloc_helper(vpx_image_t *img,
137 img = (vpx_image_t *)calloc(1, sizeof(vpx_image_t));
144 memset(img, 0, sizeof(vpx_image_t));
178 vpx_image_t *vpx_img_alloc(vpx_image_t *img,
186 vpx_image_t *vpx_img_wrap(vpx_image_t *img,
197 int vpx_img_set_rect(vpx_image_t *img
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/src/
vpx_image.c 43 static vpx_image_t *img_alloc_helper(vpx_image_t *img,
137 img = (vpx_image_t *)calloc(1, sizeof(vpx_image_t));
144 memset(img, 0, sizeof(vpx_image_t));
178 vpx_image_t *vpx_img_alloc(vpx_image_t *img,
186 vpx_image_t *vpx_img_wrap(vpx_image_t *img,
197 int vpx_img_set_rect(vpx_image_t *img
    [all...]
  /external/chromium_org/third_party/webrtc/modules/video_coding/codecs/vp8/
vp8_impl.h 22 typedef struct vpx_image vpx_image_t; typedef in typeref:struct:vpx_image
141 vpx_image_t* raw_;
217 int ReturnFrame(const vpx_image_t* img,

Completed in 1032 milliseconds

1 2 3 4 5 6