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

1 2 3 4 5 6 7

  /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 148 } vpx_image_t; /**< alias for struct vpx_image */ typedef in typeref:struct:vpx_image
176 vpx_image_t *vpx_img_alloc(vpx_image_t *img,
201 vpx_image_t *vpx_img_wrap(vpx_image_t *img,
222 int vpx_img_set_rect(vpx_image_t *img,
236 void vpx_img_flip(vpx_image_t *img);
244 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 242 vpx_image_t *vpx_codec_get_frame(vpx_codec_ctx_t *ctx,
261 const vpx_image_t *img);
301 const vpx_image_t *img,
  /frameworks/av/media/libstagefright/codecs/on2/dec/
SoftVPX.h 54 vpx_image_t *mImg;
  /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 14 typedef struct vpx_image vpx_image_t; typedef in typeref:struct:vpx_image
64 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()),
70 virtual vpx_image_t *img() const {
106 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 18 static vpx_image_t *img_alloc_helper(vpx_image_t *img,
130 img = (vpx_image_t *)calloc(1, sizeof(vpx_image_t));
137 memset(img, 0, sizeof(vpx_image_t));
177 vpx_image_t *vpx_img_alloc(vpx_image_t *img,
185 vpx_image_t *vpx_img_wrap(vpx_image_t *img,
196 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/libvpx/source/libvpx/
tools_common.h 126 int read_yuv_frame(struct VpxInputContext *input_ctx, vpx_image_t *yuv_frame);
144 // of vpx_image_t support
145 int vpx_img_plane_width(const vpx_image_t *img, int plane);
146 int vpx_img_plane_height(const vpx_image_t *img, int plane);
147 void vpx_img_write(const vpx_image_t *img, FILE *file);
148 int vpx_img_read(vpx_image_t *img, FILE *file);
  /external/chromium_org/third_party/webrtc/modules/video_coding/codecs/vp8/
vp8_impl.h 23 typedef struct vpx_image vpx_image_t; typedef in typeref:struct:vpx_image
142 vpx_image_t* raw_;
219 int ReturnFrame(const vpx_image_t* img,

Completed in 1055 milliseconds

1 2 3 4 5 6 7