Searched refs:buffer_attributes (Results 1 – 1 of 1) sorted by relevance
/device/generic/vulkan-cereal/host-common/ |
D | MediaH264DecoderVideoToolBox.cpp | 98 CFMutableDictionaryRef buffer_attributes; in createOutputBufferAttributes() local 108 buffer_attributes = CFDictionaryCreateMutable(kCFAllocatorDefault, in createOutputBufferAttributes() 118 CFDictionarySetValue(buffer_attributes, kCVPixelBufferPixelFormatTypeKey, cv_pix_fmt); in createOutputBufferAttributes() 120 …CFDictionarySetValue(buffer_attributes, kCVPixelBufferIOSurfacePropertiesKey, io_surface_propertie… in createOutputBufferAttributes() 121 CFDictionarySetValue(buffer_attributes, kCVPixelBufferWidthKey, w); in createOutputBufferAttributes() 122 CFDictionarySetValue(buffer_attributes, kCVPixelBufferHeightKey, h); in createOutputBufferAttributes() 124 …CFDictionarySetValue(buffer_attributes, kCVPixelBufferIOSurfaceOpenGLTextureCompatibilityKey, kCFB… in createOutputBufferAttributes() 131 return buffer_attributes; in createOutputBufferAttributes()
|