OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:yuv_readback_pipeline_
(Results
1 - 3
of
3
) sorted by null
/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(
/external/chromium_org/content/browser/compositor/
delegated_frame_host.cc
796
dfh->
yuv_readback_pipeline_
.get();
818
dfh->
yuv_readback_pipeline_
.reset(
826
yuv_readback_pipeline = dfh->
yuv_readback_pipeline_
.get();
[
all
...]
delegated_frame_host.h
308
yuv_readback_pipeline_
;
member in class:content::DelegatedFrameHost
Completed in 98 milliseconds