Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dvideotoolbox.c731 CFMutableDictionaryRef avc_info; in videotoolbox_decoder_config_create() local
734 avc_info = CFDictionaryCreateMutable(kCFAllocatorDefault, in videotoolbox_decoder_config_create()
744 CFDictionarySetValue(avc_info, CFSTR("esds"), data); in videotoolbox_decoder_config_create()
749 CFDictionarySetValue(avc_info, CFSTR("avcC"), data); in videotoolbox_decoder_config_create()
754 CFDictionarySetValue(avc_info, CFSTR("hvcC"), data); in videotoolbox_decoder_config_create()
762 avc_info); in videotoolbox_decoder_config_create()
767 CFRelease(avc_info); in videotoolbox_decoder_config_create()