Searched refs:pixelFormat (Results 1 – 12 of 12) sorted by relevance
/hardware/interfaces/graphics/composer/2.2/utils/vts/ |
D | ReadbackVts.cpp | 96 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 …]
|
D | RenderEngineVts.cpp | 32 mFormat = static_cast<common::V1_1::PixelFormat>(args.pixelFormat); in TestRenderEngine()
|
/hardware/interfaces/graphics/composer/2.2/utils/vts/include/composer-vts/2.2/ |
D | ReadbackVts.h | 153 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/ |
D | ConfigManagerUtil.h | 39 int32_t &pixelFormat);
|
/hardware/interfaces/graphics/composer/2.4/utils/command-buffer/include/composer-command-buffer/2.4/ |
D | ComposerCommandBuffer.h | 52 writeSigned(static_cast<int32_t>(clientTargetProperty.pixelFormat)); in setClientTargetProperty()
|
/hardware/libhardware/include/hardware/ |
D | hwcomposer_defs.h | 135 int32_t pixelFormat; member
|
/hardware/interfaces/graphics/composer/2.4/utils/passthrough/include/composer-passthrough/2.4/ |
D | HwcHal.h | 239 outClientTargetProperty->pixelFormat = in validateDisplay_2_4() 240 static_cast<PixelFormat>(clientTargetProperty.pixelFormat); in validateDisplay_2_4()
|
/hardware/interfaces/graphics/composer/2.3/vts/functional/ |
D | VtsHalGraphicsComposerV2_3TargetTest.cpp | 259 PixelFormat pixelFormat; in TEST_P() local 267 pixelFormat = outPixelFormat; in TEST_P()
|
/hardware/interfaces/graphics/composer/2.4/ |
D | IComposerClient.hal | 68 * 0 - 3: clientTargetProperty.pixelFormat 165 PixelFormat pixelFormat;
|
/hardware/qcom/camera/msm8998/usbcamcore/src/ |
D | QualcommUsbCamera.cpp | 101 int pixelFormat); 1289 int pixelFormat) in initUsbCamera() argument 1355 v4l2format.fmt.pix.pixelformat = pixelFormat; in initUsbCamera()
|
/hardware/qcom/media/msm8996/videopp/inc/ |
D | omx_vdpp.h | 742 void setFormatParams(int pixelFormat, double bytesperpixel[], unsigned char *planesCount);
|
/hardware/qcom/media/msm8996/videopp/src/ |
D | omx_vdpp.cpp | 7449 void omx_vdpp::setFormatParams(int pixelFormat, double bytesperpixel[], unsigned char *planesCount) in setFormatParams() argument 7452 switch (pixelFormat) in setFormatParams() 7530 __func__, pixelFormat); in setFormatParams()
|