Home
last modified time | relevance | path

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

/hardware/google/aemu/host-common/
DMediaVideoToolBoxVideoHelper.cpp372 CFMutableDictionaryRef io_surface_properties; in createOutputBufferAttributes() local
385 io_surface_properties = CFDictionaryCreateMutable( in createOutputBufferAttributes()
395 io_surface_properties); in createOutputBufferAttributes()
404 CFRelease(io_surface_properties); in createOutputBufferAttributes()
DMediaH264DecoderVideoToolBox.cpp99 CFMutableDictionaryRef io_surface_properties; in createOutputBufferAttributes() local
112 io_surface_properties = CFDictionaryCreateMutable(kCFAllocatorDefault, in createOutputBufferAttributes()
120 …DictionarySetValue(buffer_attributes, kCVPixelBufferIOSurfacePropertiesKey, io_surface_properties); in createOutputBufferAttributes()
126 CFRelease(io_surface_properties); in createOutputBufferAttributes()