Home
last modified time | relevance | path

Searched refs:PixelFormat (Results 1 – 25 of 227) sorted by relevance

12345678910

/hardware/google/gfxstream/host/gl/glestranslator/EGL/
DEglOsApi.h79 class PixelFormat {
81 PixelFormat() {} in PixelFormat() function
83 virtual ~PixelFormat() {} in ~PixelFormat()
85 virtual PixelFormat* clone() = 0;
113 PixelFormat* frmt;
178 const PixelFormat* pixelFormat,
184 const PixelFormat* pixelFormat,
188 const PixelFormat* pixelFormat, const PbufferInfo* info) = 0;
244 virtual Surface* createWindowSurface(PixelFormat* cfg,
/hardware/interfaces/graphics/composer/2.2/utils/hal/include/composer-hal/2.2/
DComposerHal.h33 using common::V1_1::PixelFormat;
41 Error createVirtualDisplay(uint32_t width, uint32_t height, common::V1_0::PixelFormat* format, in createVirtualDisplay()
43 return createVirtualDisplay_2_2(width, height, reinterpret_cast<PixelFormat*>(format), in createVirtualDisplay()
47 common::V1_0::PixelFormat format, in getClientTargetSupport()
49 return getClientTargetSupport_2_2(display, width, height, static_cast<PixelFormat>(format), in getClientTargetSupport()
73 virtual Error getReadbackBufferAttributes(Display display, PixelFormat* outFormat,
78 virtual Error createVirtualDisplay_2_2(uint32_t width, uint32_t height, PixelFormat* format,
81 PixelFormat format, Dataspace dataspace) = 0;
/hardware/interfaces/graphics/composer/2.2/utils/vts/include/composer-vts/2.2/
DReadbackVts.h39 using common::V1_1::PixelFormat;
113 Display display, int32_t width, int32_t height, PixelFormat format,
131 PixelFormat mFormat;
148 static int32_t GetBytesPerPixel(PixelFormat pixelFormat);
151 PixelFormat pixelFormat,
160 static bool readbackSupported(const PixelFormat& pixelFormat, const Dataspace& dataspace,
168 const uint32_t height, const PixelFormat pixelFormat);
174 uint32_t height, PixelFormat pixelFormat, Dataspace dataspace);
184 PixelFormat mFormat;
187 PixelFormat mPixelFormat;
DComposerVts.h41 using common::V1_1::PixelFormat;
66 Display createVirtualDisplay_2_2(uint32_t width, uint32_t height, PixelFormat formatHint,
67 uint32_t outputBufferSlotCount, PixelFormat* outFormat);
69 PixelFormat format, Dataspace dataspace);
72 void getReadbackBufferAttributes(Display display, PixelFormat* outPixelFormat,
/hardware/interfaces/graphics/common/aidl/android/hardware/graphics/common/
DHardwareBufferDescription.aidl20 import android.hardware.graphics.common.PixelFormat;
33 PixelFormat format = PixelFormat.UNSPECIFIED;
DDisplayDecorationSupport.aidl19 import android.hardware.graphics.common.PixelFormat;
37 PixelFormat format;
/hardware/interfaces/graphics/composer/aidl/vts/
DReadbackVts.h33 using common::PixelFormat;
130 uint32_t height, common::PixelFormat format, ComposerClientWriter& writer,
159 PixelFormat mPixelFormat;
175 static int32_t GetBytesPerPixel(PixelFormat pixelFormat);
178 PixelFormat pixelFormat, std::vector<Color> desiredPixelColors);
186 static bool readbackSupported(const PixelFormat& pixelFormat, const Dataspace& dataspace);
193 const uint32_t height, PixelFormat pixelFormat);
196 PixelFormat pixelFormat);
202 int32_t height, common::PixelFormat pixelFormat, common::Dataspace dataspace);
215 PixelFormat mPixelFormat;
DReadbackVts.cpp109 int32_t ReadbackHelper::GetBytesPerPixel(common::PixelFormat pixelFormat) { in GetBytesPerPixel()
111 case common::PixelFormat::RGBA_8888: in GetBytesPerPixel()
113 case common::PixelFormat::RGB_888: in GetBytesPerPixel()
121 common::PixelFormat pixelFormat, in fillBuffer()
123 ASSERT_TRUE(pixelFormat == common::PixelFormat::RGB_888 || in fillBuffer()
124 pixelFormat == common::PixelFormat::RGBA_8888); in fillBuffer()
165 bool ReadbackHelper::readbackSupported(const common::PixelFormat& pixelFormat, in readbackSupported()
167 if (pixelFormat != common::PixelFormat::RGB_888 && in readbackSupported()
168 pixelFormat != common::PixelFormat::RGBA_8888) { in readbackSupported()
179 const uint32_t height, common::PixelFormat pixelFormat) { in compareColorBuffers()
[all …]
/hardware/interfaces/graphics/allocator/aidl/android/hardware/graphics/allocator/
DBufferDescriptorInfo.aidl21 import android.hardware.graphics.common.PixelFormat;
60 PixelFormat format = PixelFormat.UNSPECIFIED;
/hardware/interfaces/graphics/composer/2.2/utils/vts/
DReadbackVts.cpp99 int32_t ReadbackHelper::GetBytesPerPixel(PixelFormat pixelFormat) { in GetBytesPerPixel()
101 case PixelFormat::RGBA_8888: in GetBytesPerPixel()
103 case PixelFormat::RGB_888: in GetBytesPerPixel()
111 PixelFormat pixelFormat, in fillBuffer()
113 ASSERT_TRUE(pixelFormat == PixelFormat::RGB_888 || pixelFormat == PixelFormat::RGBA_8888); in fillBuffer()
155 bool ReadbackHelper::readbackSupported(const PixelFormat& pixelFormat, const Dataspace& dataspace, in readbackSupported()
161 if (pixelFormat != PixelFormat::RGB_888 && pixelFormat != PixelFormat::RGBA_8888) { in readbackSupported()
173 const PixelFormat pixelFormat) { in compareColorBuffers()
190 uint32_t width, uint32_t height, PixelFormat pixelFormat, in ReadbackBuffer()
221 ASSERT_TRUE(mPixelFormat == PixelFormat::RGB_888 || mPixelFormat == PixelFormat::RGBA_8888); in checkReadbackBuffer()
[all …]
/hardware/google/aemu/host-common/include/host-common/
DH264PingInfoParser.h31 using PixelFormat = MediaH264Decoder::PixelFormat;
40 PixelFormat outputPixelFormat;
63 PixelFormat outputPixelFormat;
/hardware/interfaces/graphics/composer/2.3/utils/hal/include/composer-hal/2.3/
DComposerHal.h32 using common::V1_2::PixelFormat;
55 common::V1_1::PixelFormat format, in getClientTargetSupport_2_2()
57 return getClientTargetSupport_2_3(display, width, height, static_cast<PixelFormat>(format), in getClientTargetSupport_2_2()
61 Error getReadbackBufferAttributes(Display display, common::V1_1::PixelFormat* outFormat, in getReadbackBufferAttributes()
63 return getReadbackBufferAttributes_2_3(display, reinterpret_cast<PixelFormat*>(outFormat), in getReadbackBufferAttributes()
93 PixelFormat format, Dataspace dataspace) = 0;
94 virtual Error getReadbackBufferAttributes_2_3(Display display, PixelFormat* outFormat,
106 uint64_t display, PixelFormat& format, Dataspace& dataspace,
/hardware/interfaces/automotive/evs/aidl/impl/default/src/
DConfigManagerUtil.cpp30 using ::aidl::android::hardware::graphics::common::PixelFormat;
67 bool ConfigManagerUtil::convertToPixelFormat(const std::string& in, PixelFormat& out) { in convertToPixelFormat()
72 out = PixelFormat::RGBA_8888; in convertToPixelFormat()
74 out = PixelFormat::YCRCB_420_SP; in convertToPixelFormat()
76 out = PixelFormat::YCBCR_422_I; in convertToPixelFormat()
78 out = PixelFormat::UNSPECIFIED; in convertToPixelFormat()
/hardware/google/camera/devices/EmulatedCamera/hwl/
DBase.h29 using android::hardware::graphics::common::V1_1::PixelFormat;
54 PixelFormat format;
75 format(PixelFormat::RGBA_8888), in SensorBuffer()
/hardware/google/gchips/gralloc4/src/hidl_common/
Dhidl_common.h11 using aidl::android::hardware::graphics::common::PixelFormat;
21 using PixelFormat = android::hardware::graphics::common::V1_2::PixelFormat; variable
/hardware/interfaces/graphics/common/aidl/aidl_api/android.hardware.graphics.common/current/android/hardware/graphics/common/
DHardwareBufferDescription.aidl41 …android.hardware.graphics.common.PixelFormat format = android.hardware.graphics.common.PixelFormat
/hardware/interfaces/graphics/common/aidl/aidl_api/android.hardware.graphics.common/2/android/hardware/graphics/common/
DHardwareBufferDescription.aidl40 …android.hardware.graphics.common.PixelFormat format = android.hardware.graphics.common.PixelFormat
/hardware/interfaces/graphics/common/aidl/aidl_api/android.hardware.graphics.common/4/android/hardware/graphics/common/
DHardwareBufferDescription.aidl41 …android.hardware.graphics.common.PixelFormat format = android.hardware.graphics.common.PixelFormat
/hardware/interfaces/graphics/common/aidl/aidl_api/android.hardware.graphics.common/5/android/hardware/graphics/common/
DHardwareBufferDescription.aidl41 …android.hardware.graphics.common.PixelFormat format = android.hardware.graphics.common.PixelFormat
/hardware/interfaces/graphics/common/aidl/aidl_api/android.hardware.graphics.common/3/android/hardware/graphics/common/
DHardwareBufferDescription.aidl41 …android.hardware.graphics.common.PixelFormat format = android.hardware.graphics.common.PixelFormat
/hardware/interfaces/automotive/evs/aidl/android/hardware/automotive/evs/
DStream.aidl22 import android.hardware.graphics.common.PixelFormat;
63 PixelFormat format;
/hardware/interfaces/graphics/composer/2.3/utils/vts/include/composer-vts/2.3/
DComposerVts.h38 using common::V1_2::PixelFormat;
70 uint64_t display, PixelFormat& format, Dataspace& dataspace,
87 void getReadbackBufferAttributes_2_3(Display display, PixelFormat* outPixelFormat,
94 PixelFormat format, Dataspace dataspace);
/hardware/interfaces/graphics/allocator/aidl/aidl_api/android.hardware.graphics.allocator/current/android/hardware/graphics/allocator/
DBufferDescriptorInfo.aidl41 …android.hardware.graphics.common.PixelFormat format = android.hardware.graphics.common.PixelFormat
/hardware/interfaces/graphics/allocator/aidl/aidl_api/android.hardware.graphics.allocator/2/android/hardware/graphics/allocator/
DBufferDescriptorInfo.aidl41 …android.hardware.graphics.common.PixelFormat format = android.hardware.graphics.common.PixelFormat
/hardware/interfaces/graphics/composer/2.1/utils/vts/include/composer-vts/2.1/
DComposerVts.h42 using android::hardware::graphics::common::V1_0::PixelFormat;
79 Display createVirtualDisplay(uint32_t width, uint32_t height, PixelFormat formatHint,
80 uint32_t outputBufferSlotCount, PixelFormat* outFormat);
88 PixelFormat format, Dataspace dataspace);

12345678910