Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Dvideotoolbox.c813 CFMutableDictionaryRef avc_info; in videotoolbox_decoder_config_create() local
816 avc_info = CFDictionaryCreateMutable(kCFAllocatorDefault, in videotoolbox_decoder_config_create()
826 CFDictionarySetValue(avc_info, CFSTR("esds"), data); in videotoolbox_decoder_config_create()
831 CFDictionarySetValue(avc_info, CFSTR("avcC"), data); in videotoolbox_decoder_config_create()
836 CFDictionarySetValue(avc_info, CFSTR("hvcC"), data); in videotoolbox_decoder_config_create()
842 CFDictionarySetValue(avc_info, CFSTR("vpcC"), data); in videotoolbox_decoder_config_create()
851 avc_info); in videotoolbox_decoder_config_create()
856 CFRelease(avc_info); in videotoolbox_decoder_config_create()

Completed in 3 milliseconds