Searched refs:CreateCFDictionary (Results 1 – 2 of 2) sorted by relevance
/external/webrtc/webrtc/modules/video_coding/codecs/h264/ |
D | h264_video_toolbox_decoder.cc | 26 inline CFDictionaryRef CreateCFDictionary(CFTypeRef* keys, in CreateCFDictionary() function 203 internal::CreateCFDictionary(nullptr, nullptr, 0); in ResetDecompressionSession() 210 internal::CreateCFDictionary(keys, values, attributes_size); in ResetDecompressionSession()
|
D | h264_video_toolbox_encoder.cc | 28 inline CFDictionaryRef CreateCFDictionary(CFTypeRef* keys, in CreateCFDictionary() function 286 frame_properties = internal::CreateCFDictionary(keys, values, 1); in Encode() 350 internal::CreateCFDictionary(nullptr, nullptr, 0); in ResetCompressionSession() 357 internal::CreateCFDictionary(keys, values, attributes_size); in ResetCompressionSession()
|