OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:yuv_readback_pipeline_
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/content/browser/compositor/
delegated_frame_host.h
308
yuv_readback_pipeline_
;
member in class:content::DelegatedFrameHost
/external/chromium_org/content/browser/media/capture/
desktop_capture_device_aura.cc
171
scoped_ptr<content::ReadbackYUVInterface>
yuv_readback_pipeline_
;
member in class:content::__anon11866::DesktopVideoCaptureMachine
401
if (!
yuv_readback_pipeline_
||
402
yuv_readback_pipeline_
->scaler()->SrcSize() != result_rect.size() ||
403
yuv_readback_pipeline_
->scaler()->SrcSubrect() != result_rect ||
404
yuv_readback_pipeline_
->scaler()->DstSize() != region_in_frame.size()) {
405
yuv_readback_pipeline_
.reset(
416
yuv_readback_pipeline_
->ReadbackYUV(
Completed in 288 milliseconds