Home
last modified time | relevance | path

Searched refs:CFDataRef (Results 1 - 15 of 15) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Dvt_internal.h67 CFDataRef ff_videotoolbox_avcc_extradata_create(AVCodecContext *avctx);
68 CFDataRef ff_videotoolbox_hvcc_extradata_create(AVCodecContext *avctx);
69 CFDataRef ff_videotoolbox_vpcc_extradata_create(AVCodecContext *avctx);
H A Dvideotoolbox_vp9.c62 CFDataRef ff_videotoolbox_vpcc_extradata_create(AVCodecContext *avctx) in ff_videotoolbox_vpcc_extradata_create()
65 CFDataRef data = NULL; in ff_videotoolbox_vpcc_extradata_create()
H A Dvideotoolbox.c185 CFDataRef ff_videotoolbox_avcc_extradata_create(AVCodecContext *avctx) in ff_videotoolbox_avcc_extradata_create()
189 CFDataRef data = NULL; in ff_videotoolbox_avcc_extradata_create()
230 CFDataRef ff_videotoolbox_hvcc_extradata_create(AVCodecContext *avctx) in ff_videotoolbox_hvcc_extradata_create()
240 CFDataRef data = NULL; in ff_videotoolbox_hvcc_extradata_create()
592 static CFDataRef videotoolbox_esds_extradata_create(AVCodecContext *avctx) in videotoolbox_esds_extradata_create()
594 CFDataRef data; in videotoolbox_esds_extradata_create()
814 CFDataRef data = NULL; in videotoolbox_decoder_config_create()
H A Dvideotoolboxenc.c614 CFDataRef data = CMFormatDescriptionGetExtension(vid_fmt, kCMFormatDescriptionExtension_VerbatimSampleDescription); in set_extradata()
/third_party/node/deps/uv/src/unix/
H A Ddarwin.c205 UInt8 *(*pCFDataGetBytePtr)(CFDataRef); in uv__get_cpu_speed()
206 CFIndex (*pCFDataGetLength)(CFDataRef); in uv__get_cpu_speed()
207 void (*pCFDataGetBytes)(CFDataRef, CFRange, UInt8*); in uv__get_cpu_speed()
268 CFDataRef data; in uv__get_cpu_speed()
277 CFDataRef freq_ref; in uv__get_cpu_speed()
H A Ddarwin-stub.h46 typedef void* CFDataRef; typedef
/third_party/skia/tools/
H A Dget_current_monitor_profile.cpp19 CFDataRef dataRef = CGColorSpaceCopyICCProfile(cs); in main()
/third_party/skia/src/ports/
H A DSkTypeface_mac_ct.cpp507 SkUniqueCFRef<CFDataRef> bitmap(
877 static SkUniqueCFRef<CFDataRef> copy_table_from_font(CTFontRef ctFont, SkFontTableTag tag) {
878 SkUniqueCFRef<CFDataRef> data(CTFontCopyTable(ctFont, (CTFontTableTag) tag,
889 SkUniqueCFRef<CFDataRef> srcData = copy_table_from_font(fFontRef.get(), tag);
908 SkUniqueCFRef<CFDataRef> srcData = copy_table_from_font(fFontRef.get(), tag);
916 CFRelease((CFDataRef)ctx);
H A DSkFontMgr_mac_ct.cpp239 static SkUniqueCFRef<CFDataRef> cfdata_from_skdata(sk_sp<SkData> data) { in cfdata_from_skdata()
258 return SkUniqueCFRef<CFDataRef>(CFDataCreateWithBytesNoCopy( in cfdata_from_skdata()
268 SkUniqueCFRef<CFDataRef> cfData(cfdata_from_skdata(std::move(data))); in ctfont_from_skdata()
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-coretext.cc54 CFDataRef cf_data = reinterpret_cast<CFDataRef> (user_data); in release_table_data()
62 CFDataRef cf_data = CGFontCopyTableForTag (cg_font, tag); in _hb_cg_reference_table()
/third_party/ffmpeg/libavformat/
H A Dtls_securetransport.c76 CFDataRef data = NULL; in import_pem()
/third_party/curl/lib/vtls/
H A Dsectransp.c1187 CFDataRef pkcs_data = NULL; in CopyIdentityFromPKCS12File()
2201 CFDataRef certdata;
2406 CFDataRef publicKeyBits = NULL;
2850 CFDataRef cert_data = SecCertificateCopyData(server_cert);
/third_party/skia/src/utils/mac/
H A DSkCTFont.cpp231 SkUniqueCFRef<CFDataRef> data(CFDataCreateWithBytesNoCopy( in SkCTFontGetSmoothBehavior()
360 SkUniqueCFRef<CFDataRef> cfData( in SkCTFontGetDataFontWeightMapping()
/third_party/backends/sanei/
H A Dsanei_scsi.c5552 const CFDataRef scsiguid, in CreateMatchingDictionaryForSTUC()
5832 CFDataRef guid; in sanei_scsi_cmd2_stuc_api()
5961 CFDataRef GUIDRef; in sanei_scsi_find_devices_stuc_api()
/third_party/skia/third_party/externals/imgui/
H A Dimgui.cpp11078 CFDataRef cf_data = CFDataCreate(kCFAllocatorDefault, (const UInt8*)text, strlen(text)); in SetClipboardTextFn_DefaultImpl()
11102 CFDataRef cf_data; in GetClipboardTextFn_DefaultImpl()

Completed in 47 milliseconds