Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dvideotoolbox.c484 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() local
749 &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()
Dvideotoolbox.h70 CMVideoFormatDescriptionRef cm_fmt_desc; member