Home
last modified time | relevance | path

Searched refs:ScopedCFTypeRef (Results 1 – 13 of 13) sorted by relevance

/external/webrtc/modules/desktop_capture/mac/
Ddesktop_frame_cgimage.h40 rtc::ScopedCFTypeRef<CGImageRef> cg_image);
46 rtc::ScopedCFTypeRef<CGImageRef> cg_image,
47 rtc::ScopedCFTypeRef<CFDataRef> cg_data);
49 const rtc::ScopedCFTypeRef<CGImageRef> cg_image_;
50 const rtc::ScopedCFTypeRef<CFDataRef> cg_data_;
Ddesktop_frame_cgimage.mm22 rtc::ScopedCFTypeRef<CGImageRef> cg_image(CGDisplayCreateImage(display_id));
32 rtc::ScopedCFTypeRef<CGImageRef> cg_image(
46 rtc::ScopedCFTypeRef<CGImageRef> cg_image) {
61 rtc::ScopedCFTypeRef<CFDataRef> cg_data(CGDataProviderCopyData(cg_provider));
76 rtc::ScopedCFTypeRef<CFDataRef> cf_icc_profile(CGColorSpaceCopyICCProfile(cg_color_space));
93 rtc::ScopedCFTypeRef<CGImageRef> cg_image,
94 rtc::ScopedCFTypeRef<CFDataRef> cg_data)
Ddesktop_frame_iosurface.h29 rtc::ScopedCFTypeRef<IOSurfaceRef> io_surface);
35 explicit DesktopFrameIOSurface(rtc::ScopedCFTypeRef<IOSurfaceRef> io_surface);
37 const rtc::ScopedCFTypeRef<IOSurfaceRef> io_surface_;
Ddesktop_frame_iosurface.mm20 rtc::ScopedCFTypeRef<IOSurfaceRef> io_surface) {
46 DesktopFrameIOSurface::DesktopFrameIOSurface(rtc::ScopedCFTypeRef<IOSurfaceRef> io_surface)
Ddesktop_frame_provider.h41 rtc::ScopedCFTypeRef<IOSurfaceRef> io_surface);
Dscreen_capturer_mac.mm131 rtc::ScopedCFTypeRef<CGImageRef> CreateExcludedWindowRegionImage(const DesktopRect& pixel_bounds,
142 return rtc::ScopedCFTypeRef<CGImageRef>(
344 rtc::ScopedCFTypeRef<CGImageRef> excluded_image;
386 rtc::ScopedCFTypeRef<CFDataRef> excluded_image_data(CGDataProviderCopyData(provider));
469 rtc::ScopedCFTypeRef<CFDictionaryRef> properties_dict(
537 display_id, rtc::ScopedCFTypeRef<IOSurfaceRef>(io_surface, rtc::RetainPolicy::RETAIN));
Ddesktop_frame_provider.mm45 rtc::ScopedCFTypeRef<IOSurfaceRef> io_surface) {
/external/webrtc/sdk/objc/helpers/
Dscoped_cftyperef.h101 using ScopedCFTypeRef = variable
105 static ScopedCFTypeRef<T> AdoptCF(T cftype) { in AdoptCF()
106 return ScopedCFTypeRef<T>(cftype, RetainPolicy::RETAIN); in AdoptCF()
110 static ScopedCFTypeRef<T> ScopedCF(T cftype) { in ScopedCF()
111 return ScopedCFTypeRef<T>(cftype); in ScopedCF()
/external/libchrome/components/policy/core/common/
Dpolicy_test_utils.cc105 base::ScopedCFTypeRef<CFStringRef> key( in ValueToProperty()
107 base::ScopedCFTypeRef<CFPropertyListRef> cf_value( in ValueToProperty()
125 base::ScopedCFTypeRef<CFPropertyListRef> cf_value( in ValueToProperty()
/external/libchrome/base/files/
Dfile_path_watcher_fsevents.cc216 ScopedCFTypeRef<CFStringRef> cf_path(CFStringCreateWithCString( in UpdateEventStream()
218 ScopedCFTypeRef<CFStringRef> cf_dir_path(CFStringCreateWithCString( in UpdateEventStream()
222 ScopedCFTypeRef<CFArrayRef> watched_paths(CFArrayCreate( in UpdateEventStream()
Dfile_path.cc1206 ScopedCFTypeRef<CFStringRef> cfstring( in GetHFSDecomposedForm()
1254 ScopedCFTypeRef<CFStringRef> cfstring1( in CompareIgnoreCase()
1262 ScopedCFTypeRef<CFStringRef> cfstring2( in CompareIgnoreCase()
/external/libchrome/base/i18n/
Dicu_util.cc126 ScopedCFTypeRef<CFStringRef> data_file_name( in LazyInitIcuDataFile()
/external/webrtc/sdk/objc/components/video_codec/
DRTCVideoDecoderH264.mm113 rtc::ScopedCFTypeRef<CMVideoFormatDescriptionRef> inputFormat =