Home
last modified time | relevance | path

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

/hardware/google/aemu/host-common/
DMediaVideoToolBoxVideoHelper.cpp371 CFMutableDictionaryRef buffer_attributes; in createOutputBufferAttributes() local
382 buffer_attributes = CFDictionaryCreateMutable( in createOutputBufferAttributes()
390 CFDictionarySetValue(buffer_attributes, in createOutputBufferAttributes()
393 CFDictionarySetValue(buffer_attributes, in createOutputBufferAttributes()
396 CFDictionarySetValue(buffer_attributes, kCVPixelBufferWidthKey, w); in createOutputBufferAttributes()
397 CFDictionarySetValue(buffer_attributes, kCVPixelBufferHeightKey, h); in createOutputBufferAttributes()
400 CFDictionarySetValue(buffer_attributes, in createOutputBufferAttributes()
409 return buffer_attributes; in createOutputBufferAttributes()
DMediaH264DecoderVideoToolBox.cpp98 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()