Home
last modified time | relevance | path

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

/hardware/google/graphics/common/libhwc2.1/libdevice/
DExynosLayer.cpp480 android_dataspace currentDataSpace = (android_dataspace_t)dataspace; in setLayerDataspace() local
482 currentDataSpace = HAL_DATASPACE_V0_JFIF; in setLayerDataspace()
487 currentDataSpace = HAL_DATASPACE_V0_SRGB_LINEAR; in setLayerDataspace()
490 currentDataSpace = HAL_DATASPACE_V0_SRGB; in setLayerDataspace()
493 currentDataSpace = HAL_DATASPACE_V0_JFIF; in setLayerDataspace()
496 currentDataSpace = HAL_DATASPACE_V0_BT601_625; in setLayerDataspace()
499 currentDataSpace = HAL_DATASPACE_V0_BT601_525; in setLayerDataspace()
502 currentDataSpace = HAL_DATASPACE_V0_BT709; in setLayerDataspace()
505 currentDataSpace = (android_dataspace)dataspace; in setLayerDataspace()
510 if (currentDataSpace != mDataSpace) { in setLayerDataspace()
[all …]