/hardware/google/gfxstream/host/gl/glestranslator/EGL/ |
D | EglOsApi.h | 79 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/ |
D | ComposerHal.h | 33 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/ |
D | ReadbackVts.h | 39 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;
|
D | ComposerVts.h | 41 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/ |
D | HardwareBufferDescription.aidl | 20 import android.hardware.graphics.common.PixelFormat; 33 PixelFormat format = PixelFormat.UNSPECIFIED;
|
D | DisplayDecorationSupport.aidl | 19 import android.hardware.graphics.common.PixelFormat; 37 PixelFormat format;
|
/hardware/interfaces/graphics/composer/aidl/vts/ |
D | ReadbackVts.h | 33 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;
|
D | ReadbackVts.cpp | 109 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/ |
D | BufferDescriptorInfo.aidl | 21 import android.hardware.graphics.common.PixelFormat; 60 PixelFormat format = PixelFormat.UNSPECIFIED;
|
/hardware/interfaces/graphics/composer/2.2/utils/vts/ |
D | ReadbackVts.cpp | 99 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/ |
D | H264PingInfoParser.h | 31 using PixelFormat = MediaH264Decoder::PixelFormat; 40 PixelFormat outputPixelFormat; 63 PixelFormat outputPixelFormat;
|
/hardware/interfaces/graphics/composer/2.3/utils/hal/include/composer-hal/2.3/ |
D | ComposerHal.h | 32 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/ |
D | ConfigManagerUtil.cpp | 30 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/ |
D | Base.h | 29 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/ |
D | hidl_common.h | 11 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/ |
D | HardwareBufferDescription.aidl | 41 …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/ |
D | HardwareBufferDescription.aidl | 40 …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/ |
D | HardwareBufferDescription.aidl | 41 …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/ |
D | HardwareBufferDescription.aidl | 41 …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/ |
D | HardwareBufferDescription.aidl | 41 …android.hardware.graphics.common.PixelFormat format = android.hardware.graphics.common.PixelFormat…
|
/hardware/interfaces/automotive/evs/aidl/android/hardware/automotive/evs/ |
D | Stream.aidl | 22 import android.hardware.graphics.common.PixelFormat; 63 PixelFormat format;
|
/hardware/interfaces/graphics/composer/2.3/utils/vts/include/composer-vts/2.3/ |
D | ComposerVts.h | 38 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/ |
D | BufferDescriptorInfo.aidl | 41 …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/ |
D | BufferDescriptorInfo.aidl | 41 …android.hardware.graphics.common.PixelFormat format = android.hardware.graphics.common.PixelFormat…
|
/hardware/interfaces/graphics/composer/2.1/utils/vts/include/composer-vts/2.1/ |
D | ComposerVts.h | 42 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);
|