Lines Matching refs:PerFrameMetadataKey
60 using android::Hwc2::PerFrameMetadataKey;
760 .WillOnce(Return(std::vector<PerFrameMetadataKey>())); in setupComposerCallExpectations()
769 .WillOnce(Return(std::vector<PerFrameMetadataKey>({ in setupComposerCallExpectations()
770 PerFrameMetadataKey::DISPLAY_RED_PRIMARY_X, in setupComposerCallExpectations()
771 PerFrameMetadataKey::DISPLAY_RED_PRIMARY_Y, in setupComposerCallExpectations()
772 PerFrameMetadataKey::DISPLAY_GREEN_PRIMARY_X, in setupComposerCallExpectations()
773 PerFrameMetadataKey::DISPLAY_GREEN_PRIMARY_Y, in setupComposerCallExpectations()
774 PerFrameMetadataKey::DISPLAY_BLUE_PRIMARY_X, in setupComposerCallExpectations()
775 PerFrameMetadataKey::DISPLAY_BLUE_PRIMARY_Y, in setupComposerCallExpectations()
776 PerFrameMetadataKey::WHITE_POINT_X, in setupComposerCallExpectations()
777 PerFrameMetadataKey::WHITE_POINT_Y, in setupComposerCallExpectations()
778 PerFrameMetadataKey::MAX_LUMINANCE, in setupComposerCallExpectations()
779 PerFrameMetadataKey::MIN_LUMINANCE, in setupComposerCallExpectations()
789 .WillOnce(Return(std::vector<PerFrameMetadataKey>({ in setupComposerCallExpectations()
790 PerFrameMetadataKey::MAX_CONTENT_LIGHT_LEVEL, in setupComposerCallExpectations()
791 PerFrameMetadataKey::MAX_FRAME_AVERAGE_LIGHT_LEVEL, in setupComposerCallExpectations()
801 .WillOnce(Return(std::vector<PerFrameMetadataKey>({ in setupComposerCallExpectations()
802 PerFrameMetadataKey::HDR10_PLUS_SEI, in setupComposerCallExpectations()