Home
last modified time | relevance | path

Searched refs:coded_size_ (Results 1 – 10 of 10) sorted by relevance

/external/chromium_org/media/base/
Dvideo_decoder_config.cc86 coded_size_ = coded_size; in Initialize()
97 VideoFrame::IsValidConfig(format_, coded_size_, visible_rect_, in IsValidConfig()
145 return coded_size_; in coded_size()
Dvideo_frame.h210 const gfx::Size& coded_size() const { return coded_size_; } in coded_size()
272 gfx::Size coded_size_; variable
Dvideo_frame.cc369 size_t y_height = RoundUp(coded_size_.height(), kFrameSizeAlignment * 2); in AllocateYUV()
408 coded_size_(coded_size), in VideoFrame()
435 int width = coded_size_.width(); in row_bytes()
461 int height = coded_size_.height(); in rows()
Dvideo_decoder_config.h143 gfx::Size coded_size_; variable
/external/chromium_org/third_party/libwebp/enc/
Dvp8enci.h422 int coded_size_; member
Dwebpenc.c329 stats->coded_size = enc->coded_size_; in StoreStats()
Dsyntax.c421 enc->coded_size_ = (int)(CHUNK_HEADER_SIZE + riff_size); in VP8EncWrite()
/external/webp/src/enc/
Dvp8enci.h422 int coded_size_; member
Dwebpenc.c329 stats->coded_size = enc->coded_size_; in StoreStats()
Dsyntax.c421 enc->coded_size_ = (int)(CHUNK_HEADER_SIZE + riff_size); in VP8EncWrite()