Searched refs:cm_fmt_desc (Results 1 – 2 of 2) sorted by relevance
484 if (videotoolbox->cm_fmt_desc) { in videotoolbox_stop()485 CFRelease(videotoolbox->cm_fmt_desc); in videotoolbox_stop()486 videotoolbox->cm_fmt_desc = NULL; in videotoolbox_stop()716 sample_buf = videotoolbox_sample_buffer_create(videotoolbox->cm_fmt_desc, in videotoolbox_session_decode_frame()741 CMFormatDescriptionRef cm_fmt_desc; in videotoolbox_format_desc_create() local749 &cm_fmt_desc); in videotoolbox_format_desc_create()754 return cm_fmt_desc; in videotoolbox_format_desc_create()935 videotoolbox->cm_fmt_desc = videotoolbox_format_desc_create(videotoolbox->cm_codec_type, in videotoolbox_start()939 if (!videotoolbox->cm_fmt_desc) { in videotoolbox_start()955 videotoolbox->cm_fmt_desc, // videoFormatDescription in videotoolbox_start()
70 CMVideoFormatDescriptionRef cm_fmt_desc; member