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

1 2

  /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...]
vpx_decoder.c 134 vpx_image_t *vpx_codec_get_frame(vpx_codec_ctx_t *ctx,
136 vpx_image_t *img;
vpx_encoder.c 204 const vpx_image_t *img,
328 const vpx_image_t *vpx_codec_get_preview_frame(vpx_codec_ctx_t *ctx) {
329 vpx_image_t *img = NULL;
  /external/chromium_org/remoting/codec/
video_encoder_vpx.h 12 typedef struct vpx_image vpx_image_t; typedef in typeref:struct:vpx_image
53 scoped_ptr<vpx_image_t> image_;
video_decoder_vpx.h 15 typedef struct vpx_image vpx_image_t; typedef in typeref:struct:vpx_image
50 vpx_image_t* last_image_;
  /external/libvpx/libvpx/test/
encode_test_driver.cc 40 const vpx_image_t *img = video.img();
107 static bool compare_img(const vpx_image_t *img1,
108 const vpx_image_t *img2) {
133 void EncoderTest::MismatchHook(const vpx_image_t *img1,
134 const vpx_image_t *img2) {
198 const vpx_image_t *img_enc = encoder->GetPreviewFrame();
200 const vpx_image_t *img_dec = dec_iter.Next();
util.h 23 static double compute_psnr(const vpx_image_t *img1,
24 const vpx_image_t *img2) {
decode_test_driver.h 29 const vpx_image_t *Next() {
105 virtual void DecompressedFrameHook(const vpx_image_t& img,
i420_video_source.h 67 virtual vpx_image_t *img() const { return (frame_ < limit_) ? img_ : NULL; }
105 vpx_image_t *img_;
decode_test_driver.cc 38 const vpx_image_t *img = NULL;
encode_test_driver.h 104 const vpx_image_t *GetPreviewFrame() {
202 virtual void MismatchHook(const vpx_image_t *img1,
203 const vpx_image_t *img2);
206 virtual void DecompressedFrameHook(const vpx_image_t& img,
video_source.h 54 // vpx_image_t images with associated timestamps and duration.
66 virtual vpx_image_t *img() const = 0;
103 virtual vpx_image_t *img() const {
134 vpx_image_t *img_;
md5_helper.h 26 void Add(const vpx_image_t *img) {
error_resilience_test.cc 103 virtual void MismatchHook(const vpx_image_t *img1,
104 const vpx_image_t *img2) {
  /external/libvpx/libvpx/vpx/
vpx_image.h 142 } vpx_image_t; /**< alias for struct vpx_image */ typedef in typeref:struct:vpx_image
170 vpx_image_t *vpx_img_alloc(vpx_image_t *img,
195 vpx_image_t *vpx_img_wrap(vpx_image_t *img,
216 int vpx_img_set_rect(vpx_image_t *img,
230 void vpx_img_flip(vpx_image_t *img);
238 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 243 vpx_image_t *vpx_codec_get_frame(vpx_codec_ctx_t *ctx,
262 const vpx_image_t *img);
302 const vpx_image_t *img,
  /external/libvpx/libvpx/
y4minput.h 61 int y4m_input_fetch_frame(y4m_input *_y4m, FILE *_fin, vpx_image_t *img);
vp9_spatial_scalable_encoder.c 123 static int read_frame(FILE *f, vpx_image_t *img) {
161 static int create_dummy_frame(vpx_image_t *img) {
307 vpx_image_t raw;
  /external/libvpx/libvpx/vp9/
vp9_iface_common.h 13 static void yuvconfig2image(vpx_image_t *img, const YV12_BUFFER_CONFIG *yv12,
52 static vpx_codec_err_t image2yuvconfig(const vpx_image_t *img,
  /external/chromium_org/media/cast/video_sender/codecs/vp8/
vp8_encoder.h 77 vpx_image_t* raw_image_;
  /external/chromium_org/media/webm/chromeos/
webm_encoder.cc 47 void operator()(vpx_image_t* image) {
87 vpx_image_t image;
90 scoped_ptr<vpx_image_t, VpxImgDeleter> image_ptr(&image);
  /external/libvpx/libvpx/examples/
decoder_tmpl.c 79 vpx_image_t *img;
encoder_tmpl.c 53 static int read_frame(FILE *f, vpx_image_t *img) {
114 vpx_image_t raw;
  /external/chromium_org/media/cast/video_receiver/codecs/vp8/
vp8_decoder.cc 57 vpx_image_t* img;

Completed in 430 milliseconds

1 2