Home
last modified time | relevance | path

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

/hardware/interfaces/graphics/composer/2.2/utils/vts/
DReadbackVts.cpp96 int32_t ReadbackHelper::GetBytesPerPixel(PixelFormat pixelFormat) { in GetBytesPerPixel() argument
97 switch (pixelFormat) { in GetBytesPerPixel()
108 PixelFormat pixelFormat, in fillBuffer() argument
110 ASSERT_TRUE(pixelFormat == PixelFormat::RGB_888 || pixelFormat == PixelFormat::RGBA_8888); in fillBuffer()
111 int32_t bytesPerPixel = GetBytesPerPixel(pixelFormat); in fillBuffer()
152 bool ReadbackHelper::readbackSupported(const PixelFormat& pixelFormat, const Dataspace& dataspace, in readbackSupported() argument
158 if (pixelFormat != PixelFormat::RGB_888 && pixelFormat != PixelFormat::RGBA_8888) { in readbackSupported()
170 const PixelFormat pixelFormat) { in compareColorBuffers() argument
171 const int32_t bytesPerPixel = ReadbackHelper::GetBytesPerPixel(pixelFormat); in compareColorBuffers()
188 uint32_t height, PixelFormat pixelFormat, Dataspace dataspace) { in ReadbackBuffer() argument
[all …]
DRenderEngineVts.cpp32 mFormat = static_cast<common::V1_1::PixelFormat>(args.pixelFormat); in TestRenderEngine()
/hardware/interfaces/graphics/composer/2.2/utils/vts/include/composer-vts/2.2/
DReadbackVts.h153 static int32_t GetBytesPerPixel(PixelFormat pixelFormat);
156 PixelFormat pixelFormat,
165 static bool readbackSupported(const PixelFormat& pixelFormat, const Dataspace& dataspace,
173 const uint32_t height, const PixelFormat pixelFormat);
180 PixelFormat pixelFormat, Dataspace dataspace);
/hardware/interfaces/automotive/evs/1.1/default/
DConfigManagerUtil.h39 int32_t &pixelFormat);
/hardware/interfaces/graphics/composer/2.4/utils/command-buffer/include/composer-command-buffer/2.4/
DComposerCommandBuffer.h52 writeSigned(static_cast<int32_t>(clientTargetProperty.pixelFormat)); in setClientTargetProperty()
/hardware/libhardware/include/hardware/
Dhwcomposer_defs.h135 int32_t pixelFormat; member
/hardware/interfaces/graphics/composer/2.4/utils/passthrough/include/composer-passthrough/2.4/
DHwcHal.h239 outClientTargetProperty->pixelFormat = in validateDisplay_2_4()
240 static_cast<PixelFormat>(clientTargetProperty.pixelFormat); in validateDisplay_2_4()
/hardware/interfaces/graphics/composer/2.3/vts/functional/
DVtsHalGraphicsComposerV2_3TargetTest.cpp259 PixelFormat pixelFormat; in TEST_P() local
267 pixelFormat = outPixelFormat; in TEST_P()
/hardware/interfaces/graphics/composer/2.4/
DIComposerClient.hal68 * 0 - 3: clientTargetProperty.pixelFormat
165 PixelFormat pixelFormat;
/hardware/qcom/camera/msm8998/usbcamcore/src/
DQualcommUsbCamera.cpp101 int pixelFormat);
1289 int pixelFormat) in initUsbCamera() argument
1355 v4l2format.fmt.pix.pixelformat = pixelFormat; in initUsbCamera()
/hardware/qcom/media/msm8996/videopp/inc/
Domx_vdpp.h742 void setFormatParams(int pixelFormat, double bytesperpixel[], unsigned char *planesCount);
/hardware/qcom/media/msm8996/videopp/src/
Domx_vdpp.cpp7449 void omx_vdpp::setFormatParams(int pixelFormat, double bytesperpixel[], unsigned char *planesCount) in setFormatParams() argument
7452 switch (pixelFormat) in setFormatParams()
7530 __func__, pixelFormat); in setFormatParams()