Searched refs:decoder_spec (Results 1 – 2 of 2) sorted by relevance
655 CFDictionaryRef decoder_spec, in videotoolbox_format_desc_create() argument666 decoder_spec, // Dictionary of extension in videotoolbox_format_desc_create()776 CFDictionaryRef decoder_spec; in videotoolbox_start() local807 decoder_spec = videotoolbox_decoder_config_create(videotoolbox->cm_codec_type, avctx); in videotoolbox_start()809 if (!decoder_spec) { in videotoolbox_start()815 decoder_spec, in videotoolbox_start()819 if (decoder_spec) in videotoolbox_start()820 CFRelease(decoder_spec); in videotoolbox_start()835 decoder_spec, // videoDecoderSpecification in videotoolbox_start()840 if (decoder_spec) in videotoolbox_start()[all …]
1385 static PyType_Spec decoder_spec = { variable2021 CREATE_TYPE(mod, state->decoder_type, &decoder_spec); in _multibytecodec_exec()