Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dvideotoolbox.c655 CFDictionaryRef decoder_spec, in videotoolbox_format_desc_create() argument
666 decoder_spec, // Dictionary of extension in videotoolbox_format_desc_create()
776 CFDictionaryRef decoder_spec; in videotoolbox_start() local
807 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 …]
/third_party/python/Modules/cjkcodecs/
Dmultibytecodec.c1385 static PyType_Spec decoder_spec = { variable
2021 CREATE_TYPE(mod, state->decoder_type, &decoder_spec); in _multibytecodec_exec()