Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dvideotoolbox.c681 CFNumberRef cv_pix_fmt; in videotoolbox_buffer_attributes_create() local
687 cv_pix_fmt = CFNumberCreate(kCFAllocatorDefault, kCFNumberSInt32Type, &pix_fmt); in videotoolbox_buffer_attributes_create()
699 CFDictionarySetValue(buffer_attributes, kCVPixelBufferPixelFormatTypeKey, cv_pix_fmt); in videotoolbox_buffer_attributes_create()
710 CFRelease(cv_pix_fmt); in videotoolbox_buffer_attributes_create()