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

  /external/chromium_org/content/common/gpu/media/
v4l2_video_device.cc 82 gfx::Size coded_size; local
117 return coded_size;
125 coded_size.SetSize(bytesperline * 8 / horiz_bpp, sizeimage / bytesperline);
126 DVLOG(3) << "coded_size=" << coded_size.ToString();
130 DCHECK(gfx::Rect(coded_size).Contains(gfx::Rect(visible_size)));
136 i, frame_format, coded_size.width())));
140 return coded_size;
video_encode_accelerator_unittest.cc 110 gfx::Size coded_size; member in struct:content::__anon12245::TestStream
167 static void CreateAlignedInputStreamFile(const gfx::Size& coded_size,
170 if (test_stream->coded_size == coded_size &&
175 // sure they requested the same coded_size
177 coded_size == test_stream->coded_size);
178 test_stream->coded_size = coded_size;
189 // At the same time we also need to take into account coded_size requested b
    [all...]
  /external/chromium_org/chromecast/media/cma/ipc_streamer/
video_decoder_config_marshaller.cc 62 SizeMarshaller::Write(config.coded_size(), msg);
77 gfx::Size coded_size; local
87 coded_size = SizeMarshaller::Read(msg);
107 coded_size, visible_rect, natural_size,
  /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 76 const gfx::Size& coded_size,
84 static bool IsValidConfig(Format format, const gfx::Size& coded_size,
105 const gfx::Size& coded_size,
120 // buffer of logical dimensions |coded_size| with the appropriate bit depth
127 const gfx::Size& coded_size,
150 const gfx::Size& coded_size,
179 const gfx::Size& coded_size,
227 static size_t AllocationSize(Format format, const gfx::Size& coded_size);
232 const gfx::Size& coded_size);
238 const gfx::Size& coded_size);
253 const gfx::Size& coded_size() const { return coded_size_; } function in class:media::VideoFrame
    [all...]
  /external/chromium_org/cc/layers/
video_layer_impl.cc 177 gfx::Size coded_size = frame_->coded_size(); local
187 static_cast<float>(visible_rect.width()) / coded_size.width();
189 static_cast<float>(visible_rect.height()) / coded_size.height();
191 static_cast<float>(visible_rect.x()) / coded_size.width();
193 static_cast<float>(visible_rect.y()) / coded_size.height();
  /external/chromium_org/content/renderer/pepper/
video_decoder_shim.cc 52 const gfx::Size& coded_size,
57 const gfx::Size coded_size; member in struct:content::VideoDecoderShim::PendingFrame
71 const gfx::Size& coded_size,
74 coded_size(coded_size),
76 argb_pixels(coded_size.width() * coded_size.height() * 4) {
268 decode_id_, frame->coded_size(), frame->visible_rect()));
277 frame->coded_size().width() * 4,
278 frame->coded_size().width()
    [all...]
  /external/chromium_org/third_party/libwebp/webp/
encode.h 189 int coded_size; // final size member in struct:WebPAuxStats
  /external/webp/include/webp/
encode.h 189 int coded_size; // final size member in struct:WebPAuxStats
  /external/chromium_org/third_party/libwebp/enc/
vp8l.c 815 size_t* const coded_size) {
838 *coded_size = CHUNK_HEADER_SIZE + riff_size;
1153 size_t coded_size; local
    [all...]
  /external/webp/src/enc/
vp8l.c 815 size_t* const coded_size) {
838 *coded_size = CHUNK_HEADER_SIZE + riff_size;
1153 size_t coded_size; local
    [all...]
  /hardware/intel/common/libva/test/encode/
h264encode.c 1813 unsigned int coded_size = 0; local
    [all...]

Completed in 390 milliseconds