Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/sys/applemedia/
Dvtdec.c98 CMVideoCodecType cm_format);
101 CMVideoCodecType cm_format, GstBuffer * codec_data);
109 CMVideoCodecType cm_format, GstBuffer * codec_data);
527 CMVideoCodecType cm_format = 0; in gst_vtdec_set_format() local
537 cm_format = kCMVideoCodecType_H264; in gst_vtdec_set_format()
539 cm_format = kCMVideoCodecType_MPEG2Video; in gst_vtdec_set_format()
541 cm_format = kCMVideoCodecType_JPEG; in gst_vtdec_set_format()
546 cm_format = gst_vtutil_codec_type_from_prores_variant (variant); in gst_vtdec_set_format()
548 if (cm_format == GST_kCMVideoCodecType_Some_AppleProRes) { in gst_vtdec_set_format()
554 if (cm_format == kCMVideoCodecType_H264 && state->codec_data == NULL) { in gst_vtdec_set_format()
[all …]