Searched refs:coded_size_ (Results 1 - 14 of 14) sorted by relevance

/external/chromium_org/media/base/
H A Dvideo_decoder_config.cc86 coded_size_ = coded_size;
97 VideoFrame::IsValidConfig(format_, coded_size_, visible_rect_,
145 return coded_size_;
H A Dvideo_decoder_config.h121 // Region of |coded_size_| that is visible.
144 gfx::Size coded_size_; member in class:media::VideoDecoderConfig
H A Dvideo_frame.h253 const gfx::Size& coded_size() const { return coded_size_; }
344 // on a sample boundary, |coded_size_| must be rounded up appropriately and
346 const gfx::Size coded_size_; member in class:media::VideoFrame
349 // be a subrect of |coded_size_|. Can be odd with respect to the sample
H A Dvideo_frame.cc670 size_t y_height = RoundUp(coded_size_.height(), kFrameSizeAlignment * 2);
713 coded_size_(coded_size),
721 DCHECK(IsValidConfig(format_, coded_size_, visible_rect_, natural_size_));
815 return RowBytes(plane, format_, coded_size_.width());
881 return Rows(plane, format_, coded_size_.height());
/external/chromium_org/content/common/gpu/media/
H A Dvt_video_decode_accelerator.h149 gfx::Size coded_size_; member in class:content::VTVideoDecodeAccelerator
H A Dvaapi_video_encode_accelerator.cc210 coded_size_ = gfx::Size(RoundUpToPowerOf2(visible_size_.width(), 16),
212 mb_width_ = coded_size_.width() / 16;
213 mb_height_ = coded_size_.height() / 16;
214 output_buffer_byte_size_ = coded_size_.GetArea();
252 coded_size_, kNumSurfaces, &available_va_surface_ids_)) {
268 coded_size_,
833 if (visible_size_ != coded_size_) {
844 (coded_size_.width() - visible_size_.width()) / crop_unit_x;
847 (coded_size_.height() - visible_size_.height()) / crop_unit_y;
H A Dvt_video_decode_accelerator.cc185 if (coded_size_ != new_coded_size) {
186 coded_size_ = new_coded_size;
190 coded_size_));;
H A Dvaapi_video_encode_accelerator.h159 gfx::Size coded_size_; // Macroblock-aligned. member in class:content::VaapiVideoEncodeAccelerator
/external/chromium_org/third_party/libwebp/enc/
H A Dvp8enci.h444 int coded_size_; member in struct:VP8Encoder
H A Dwebpenc.c280 stats->coded_size = enc->coded_size_;
H A Dsyntax.c377 enc->coded_size_ = (int)(CHUNK_HEADER_SIZE + riff_size);
/external/webp/src/enc/
H A Dvp8enci.h444 int coded_size_; member in struct:VP8Encoder
H A Dwebpenc.c280 stats->coded_size = enc->coded_size_;
H A Dsyntax.c377 enc->coded_size_ = (int)(CHUNK_HEADER_SIZE + riff_size);

Completed in 182 milliseconds