OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:current_settings
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/media/video/capture/mac/
video_capture_device_mac.mm
144
VideoCaptureCapability
current_settings
;
145
current_settings
.color = VideoCaptureCapability::kARGB;
146
current_settings
.width = width;
147
current_settings
.height = height;
148
current_settings
.frame_rate = frame_rate;
149
current_settings
.expected_capture_delay = 0;
150
current_settings
.interlaced = false;
152
observer_->OnFrameInfo(
current_settings
);
/external/chromium_org/media/video/capture/linux/
video_capture_device_linux.cc
342
VideoCaptureCapability
current_settings
;
local
343
current_settings
.color = V4l2ColorToVideoCaptureColorFormat(
345
current_settings
.width = video_fmt.fmt.pix.width;
346
current_settings
.height = video_fmt.fmt.pix.height;
347
current_settings
.frame_rate = frame_rate;
348
current_settings
.expected_capture_delay = 0;
349
current_settings
.interlaced = false;
353
observer_->OnFrameInfo(
current_settings
);
/external/chromium/chrome/common/
print_messages.h
184
PrintMsg_PrintPages_Params /*
current_settings
*/)
/external/chromium_org/android_webview/common/
print_messages.h
362
PrintMsg_PrintPages_Params /*
current_settings
*/)
/external/chromium_org/chrome/common/
print_messages.h
362
PrintMsg_PrintPages_Params /*
current_settings
*/)
Completed in 77 milliseconds