OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:frame_bytes
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/remoting/host/
video_frame_recorder.cc
227
int64_t
frame_bytes
= FrameContentSize(frame.get());
local
228
DCHECK_GE(
frame_bytes
, 0);
231
while (content_bytes_ +
frame_bytes
> max_content_bytes_ &&
240
if (content_bytes_ +
frame_bytes
> max_content_bytes_) {
246
content_bytes_ +=
frame_bytes
;
/external/chromium_org/content/browser/renderer_host/media/
video_capture_buffer_pool_unittest.cc
48
const size_t
frame_bytes
=
local
53
int buffer_id = pool_->ReserveForProducer(
frame_bytes
, &buffer_id_to_drop);
video_capture_controller.cc
545
size_t
frame_bytes
= 0;
local
553
frame_bytes
= media::VideoFrame::AllocationSize(format, dimensions);
558
buffer_pool_->ReserveForProducer(
frame_bytes
, &buffer_id_to_drop);
/external/chromium_org/content/browser/media/capture/
web_contents_video_capture_device_unittest.cc
327
const size_t
frame_bytes
=
variable
331
buffer_pool_->ReserveForProducer(
frame_bytes
, &buffer_id_to_drop);
Completed in 300 milliseconds