Searched refs:pixelFormat (Results 1 – 6 of 6) sorted by relevance
/hardware/interfaces/graphics/composer/2.2/vts/functional/ |
D | VtsHalGraphicsComposerV2_2TargetTest.cpp | 270 PixelFormat pixelFormat; in TEST_F() local 272 mComposerClient->getReadbackBufferAttributes(mPrimaryDisplay, &pixelFormat, &dataspace); in TEST_F() 273 ASSERT_LT(static_cast<PixelFormat>(0), pixelFormat); in TEST_F() 283 info.format = pixelFormat; in TEST_F()
|
/hardware/google/av/codec2/hidl/1.0/utils/ |
D | InputSurfaceConnection.cpp | 236 int32_t dataSpace, int32_t aspects, int32_t pixelFormat) override { in dispatchDataSpaceChanged() 240 (void)pixelFormat; in dispatchDataSpaceChanged()
|
/hardware/google/av/codec2/vndk/v4l2/ |
D | C2VdaBqBlockPool.cpp | 103 PixelFormat pixelFormat = static_cast<PixelFormat>(format); in fetchGraphicBlock() local 107 width, height, pixelFormat, androidUsage.asGrallocUsage(), true, in fetchGraphicBlock()
|
/hardware/qcom/media/msm8996/videopp/inc/ |
D | omx_vdpp.h | 742 void setFormatParams(int pixelFormat, double bytesperpixel[], unsigned char *planesCount);
|
/hardware/google/av/media/sfplugin/ |
D | CCodecBufferChannel.cpp | 374 uint32_t pixelFormat, in AllocateGraphicBuffer() argument 385 width, height, pixelFormat, usage, &block); in AllocateGraphicBuffer()
|
/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()
|