OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CreateCFDictionary
(Results
1 - 2
of
2
) sorted by null
/external/webrtc/webrtc/modules/video_coding/codecs/h264/
h264_video_toolbox_decoder.cc
26
inline CFDictionaryRef
CreateCFDictionary
(CFTypeRef* keys,
203
internal::
CreateCFDictionary
(nullptr, nullptr, 0);
210
internal::
CreateCFDictionary
(keys, values, attributes_size);
h264_video_toolbox_encoder.cc
28
inline CFDictionaryRef
CreateCFDictionary
(CFTypeRef* keys,
286
frame_properties = internal::
CreateCFDictionary
(keys, values, 1);
350
internal::
CreateCFDictionary
(nullptr, nullptr, 0);
357
internal::
CreateCFDictionary
(keys, values, attributes_size);
Completed in 202 milliseconds