HomeSort by relevance Sort by last modified time
    Searched defs:coded_size (Results 1 - 7 of 7) sorted by null

  /external/chromium_org/media/base/
video_decoder_config.cc 22 const gfx::Size& coded_size,
28 Initialize(codec, profile, format, coded_size, visible_rect, natural_size,
59 const gfx::Size& coded_size,
75 UMA_HISTOGRAM_COUNTS_10000("Media.VideoCodedWidth", coded_size.width());
76 UmaHistogramAspectRatio("Media.VideoCodedAspectRatio", coded_size);
86 coded_size_ = coded_size;
105 (coded_size() == config.coded_size()) &&
119 << " coded size: [" << coded_size().width()
120 << "," << coded_size().height() << "]
144 gfx::Size VideoDecoderConfig::coded_size() const { function in class:media::VideoDecoderConfig
    [all...]
video_frame.h 88 // |coded_size| is the width and height of the frame data in pixels.
89 // |visible_rect| is the visible portion of |coded_size|, after cropping (if
95 const gfx::Size& coded_size,
103 static bool IsValidConfig(Format format, const gfx::Size& coded_size,
113 // |coded_size| is the width and height of the frame data in pixels.
114 // |visible_rect| is the visible portion of |coded_size|, after cropping (if
124 const gfx::Size& coded_size,
138 // buffer of logical dimensions |coded_size| with the appropriate bit depth
144 const gfx::Size& coded_size,
160 const gfx::Size& coded_size,
210 const gfx::Size& coded_size() const { return coded_size_; } function in class:media::VideoFrame
    [all...]
  /external/chromium_org/cc/layers/
video_layer_impl.cc 138 gfx::Size coded_size = frame_->coded_size(); local
142 static_cast<float>(visible_rect.width()) / coded_size.width();
144 static_cast<float>(visible_rect.height()) / coded_size.height();
  /external/chromium_org/third_party/libwebp/enc/
vp8l.c 755 size_t* const coded_size) {
778 *coded_size = CHUNK_HEADER_SIZE + riff_size;
1085 size_t coded_size; local
    [all...]
  /external/chromium_org/third_party/libwebp/webp/
encode.h 178 int coded_size; // final size member in struct:WebPAuxStats
  /external/webp/include/webp/
encode.h 178 int coded_size; // final size member in struct:WebPAuxStats
  /external/webp/src/enc/
vp8l.c 755 size_t* const coded_size) {
778 *coded_size = CHUNK_HEADER_SIZE + riff_size;
1085 size_t coded_size; local
    [all...]

Completed in 466 milliseconds