Home
last modified time | relevance | path

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

/frameworks/native/services/vr/hardware_composer/aidl/android/dvr/
Dparcelable_composer_frame.cpp43 ret = parcel->writeInt32(frame_.color_transform_hint); in writeToParcel()
90 ret = parcel->readInt32(&frame_.color_transform_hint); in readFromParcel()
/frameworks/native/services/vr/hardware_composer/impl/
Dvr_hwc.h92 int32_t color_transform_hint; member
162 int32_t color_transform_hint() const { return color_transform_hint_; } in color_transform_hint() function
Dvr_hwc.cpp637 frame.color_transform_hint = display_ptr->color_transform_hint(); in presentDisplay()
/frameworks/native/libs/vr/libdvr/
Ddvr_hardware_composer_client.cpp147 *out_hint = frame->frame.color_transform_hint; in dvrHwcFrameGetColorTransform()