Home
last modified time | relevance | path

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

/hardware/google/aemu/host-common/
DMediaVideoToolBoxVideoHelper.cpp373 CFNumberRef cv_pix_fmt; in createOutputBufferAttributes() local
379 cv_pix_fmt = in createOutputBufferAttributes()
391 kCVPixelBufferPixelFormatTypeKey, cv_pix_fmt); in createOutputBufferAttributes()
405 CFRelease(cv_pix_fmt); in createOutputBufferAttributes()
DMediaH264DecoderVideoToolBox.cpp100 CFNumberRef cv_pix_fmt; in createOutputBufferAttributes() local
106 cv_pix_fmt = CFNumberCreate(kCFAllocatorDefault, kCFNumberSInt32Type, &pix_fmt); in createOutputBufferAttributes()
118 CFDictionarySetValue(buffer_attributes, kCVPixelBufferPixelFormatTypeKey, cv_pix_fmt); in createOutputBufferAttributes()
127 CFRelease(cv_pix_fmt); in createOutputBufferAttributes()