Home
last modified time | relevance | path

Searched refs:bitsToBytes (Results 1 – 2 of 2) sorted by relevance

/hardware/interfaces/graphics/mapper/stable-c/vts/
DVtsHalGraphicsMapperStableC_TargetTest.cpp383 constexpr uint64_t bitsToBytes(int64_t bits) { return bits / 8; } in bitsToBytes() function in GraphicsTestsBase
408 bitsToBytes(planeLayoutComponent.offsetInBits); in getAndroidYCbCr()
491 bitsToBytes(planeLayoutComponent.offsetInBits); in getAndroidYCbCr_P010()
509 sampleIncrementInBytes = bitsToBytes(planeLayout.sampleIncrementInBits); in getAndroidYCbCr_P010()
/hardware/interfaces/graphics/mapper/4.0/vts/functional/
DVtsHalGraphicsMapperV4_0TargetTest.cpp238 bitsToBytes(planeLayoutComponent.offsetInBits); in getAndroidYCbCr()
320 bitsToBytes(planeLayoutComponent.offsetInBits); in getAndroidYCbCr_P010()
338 sampleIncrementInBytes = bitsToBytes(planeLayout.sampleIncrementInBits); in getAndroidYCbCr_P010()
454 uint64_t bitsToBytes(int64_t bits) { return bits / 8; } in bitsToBytes() function in android::hardware::graphics::mapper::V4_0::vts::__anon5795686b0111::GraphicsMapperHidlTest