HomeSort by relevance Sort by last modified time
    Searched refs:coded_size_ (Results 1 - 10 of 10) sorted by null

  /external/chromium_org/media/base/
video_decoder_config.cc 86 coded_size_ = coded_size;
97 VideoFrame::IsValidConfig(format_, coded_size_, visible_rect_,
145 return coded_size_;
video_decoder_config.h 121 // Region of |coded_size_| that is visible.
144 gfx::Size coded_size_; member in class:media::VideoDecoderConfig
video_frame.h 217 const gfx::Size& coded_size() const { return coded_size_; }
291 // on a sample boundary, |coded_size_| must be rounded up appropriately and
293 const gfx::Size coded_size_; member in class:media::VideoFrame
296 // be a subrect of |coded_size_|. Can be odd with respect to the sample
video_frame.cc 598 size_t y_height = RoundUp(coded_size_.height(), kFrameSizeAlignment * 2);
638 coded_size_(coded_size),
645 DCHECK(IsValidConfig(format_, coded_size_, visible_rect_, natural_size_));
675 int width = coded_size_.width();
736 int height = coded_size_.height();
  /external/chromium_org/third_party/libwebp/enc/
vp8enci.h 444 int coded_size_; member in struct:VP8Encoder
webpenc.c 280 stats->coded_size = enc->coded_size_;
syntax.c 377 enc->coded_size_ = (int)(CHUNK_HEADER_SIZE + riff_size);
  /external/webp/src/enc/
vp8enci.h 444 int coded_size_; member in struct:VP8Encoder
webpenc.c 280 stats->coded_size = enc->coded_size_;
syntax.c 377 enc->coded_size_ = (int)(CHUNK_HEADER_SIZE + riff_size);

Completed in 192 milliseconds