Searched refs:cm_fmt_desc (Results 1 – 2 of 2) sorted by relevance
634 sample_buf = videotoolbox_sample_buffer_create(videotoolbox->cm_fmt_desc, in videotoolbox_session_decode_frame()659 CMFormatDescriptionRef cm_fmt_desc; in videotoolbox_format_desc_create() local667 &cm_fmt_desc); in videotoolbox_format_desc_create()672 return cm_fmt_desc; in videotoolbox_format_desc_create()814 videotoolbox->cm_fmt_desc = videotoolbox_format_desc_create(videotoolbox->cm_codec_type, in videotoolbox_start()818 if (!videotoolbox->cm_fmt_desc) { in videotoolbox_start()834 videotoolbox->cm_fmt_desc, // videoFormatDescription in videotoolbox_start()875 if (videotoolbox->cm_fmt_desc) { in videotoolbox_stop()876 CFRelease(videotoolbox->cm_fmt_desc); in videotoolbox_stop()877 videotoolbox->cm_fmt_desc = NULL; in videotoolbox_stop()
70 CMVideoFormatDescriptionRef cm_fmt_desc; member