Searched refs:vpx_image_t (Results 1 - 25 of 103) sorted by path

12345

/external/chromium_org/media/cast/receiver/
H A Dvideo_decoder.cc132 vpx_image_t* const image = vpx_codec_get_frame(&context_, &iter);
/external/chromium_org/media/cast/sender/
H A Dvp8_encoder.h90 vpx_image_t* raw_image_;
/external/chromium_org/media/filters/
H A Dvpx_video_decoder.cc382 const vpx_image_t* vpx_image = vpx_codec_get_frame(vpx_codec_, &iter);
393 const vpx_image_t* vpx_image_alpha = NULL;
/external/chromium_org/remoting/codec/
H A Dvideo_decoder_vpx.cc112 vpx_image_t* image = vpx_codec_get_frame(codec_.get(), &iter);
H A Dvideo_decoder_vpx.h15 typedef struct vpx_image vpx_image_t; typedef in typeref:struct:vpx_image
50 vpx_image_t* last_image_;
H A Dvideo_encoder_vpx.cc153 scoped_ptr<vpx_image_t>* out_image,
157 scoped_ptr<vpx_image_t> image(new vpx_image_t());
158 memset(image.get(), 0, sizeof(vpx_image_t));
H A Dvideo_encoder_vpx.h14 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/examples/
H A Ddecode_to_md5.c44 static void get_image_md5(const vpx_image_t *img, unsigned char digest[16]) {
112 vpx_image_t *img = NULL;
H A Ddecode_with_drops.c116 vpx_image_t *img = NULL;
H A Dpostproc.c99 vpx_image_t *img = NULL;
H A Dset_maps.c129 vpx_image_t *img,
165 vpx_image_t raw;
H A Dsimple_decoder.c129 vpx_image_t *img = NULL;
H A Dsimple_encoder.c119 vpx_image_t *img,
155 vpx_image_t raw;
H A Dtwopass_encoder.c68 const vpx_image_t *img,
98 const vpx_image_t *img,
129 static vpx_fixed_buf_t pass0(vpx_image_t *raw,
158 static void pass1(vpx_image_t *raw,
204 vpx_image_t raw;
H A Dvp8_multi_resolution_encoder.c56 vpx_image_t raw[kNumEncoders];
221 vpx_image_t *const prev = &raw[i - 1];
H A Dvp8cx_set_ref.c68 vpx_image_t *img,
104 vpx_image_t raw;
H A Dvp9_lossless_encoder.c31 vpx_image_t *img,
67 vpx_image_t raw;
H A Dvp9_spatial_svc_encoder.c280 vpx_image_t raw;
H A Dvpx_temporal_svc_encoder.c445 vpx_image_t raw;
/external/chromium_org/third_party/libvpx/source/libvpx/test/
H A Ddecode_test_driver.cc99 const vpx_image_t *img = NULL;
H A Ddecode_test_driver.h29 const vpx_image_t *Next() {
140 virtual void DecompressedFrameHook(const vpx_image_t& /*img*/,
H A Dencode_test_driver.cc40 const vpx_image_t *img = video.img();
110 static bool compare_img(const vpx_image_t *img1,
111 const vpx_image_t *img2) {
136 void EncoderTest::MismatchHook(const vpx_image_t* /*img1*/,
137 const vpx_image_t* /*img2*/) {
204 const vpx_image_t *img_enc = encoder->GetPreviewFrame();
206 const vpx_image_t *img_dec = dec_iter.Next();
H A Dencode_test_driver.h107 const vpx_image_t *GetPreviewFrame() {
218 virtual void MismatchHook(const vpx_image_t *img1,
219 const vpx_image_t *img2);
222 virtual void DecompressedFrameHook(const vpx_image_t& /*img*/,
H A Derror_resilience_test.cc104 virtual void MismatchHook(const vpx_image_t *img1,
105 const vpx_image_t *img2) {
H A Dexternal_frame_buffer_test.cc114 void CheckXImageFrameBuffer(const vpx_image_t *img) {
227 virtual void DecompressedFrameHook(const vpx_image_t &img,
335 const vpx_image_t *img = NULL;

Completed in 4376 milliseconds

12345