Searched refs:bitDepth (Results 1 – 3 of 3) sorted by relevance
/packages/modules/Bluetooth/android/pandora/server/src/ |
D | A2dp.kt | 469 var bitDepth: Int in getProtoCodecParameters() variable 498 bitDepth = 0 in getProtoCodecParameters() 501 bitDepth = 16 in getProtoCodecParameters() 504 bitDepth = 24 in getProtoCodecParameters() 507 bitDepth = 32 in getProtoCodecParameters() 529 .setBitDepth(bitDepth) in getProtoCodecParameters()
|
/packages/services/Car/cpp/evs/apps/default/src/ |
D | TexWrapper.cpp | 106 int bitDepth; in createTextureFromPng() local 110 png_get_IHDR(pngControl, pngInfo, &width, &height, &bitDepth, &colorFormat, NULL, NULL, NULL); in createTextureFromPng()
|
/packages/services/Car/cpp/evs/support_library/ |
D | TexWrapper.cpp | 110 int bitDepth; in createTextureFromPng() local 114 png_get_IHDR(pngControl, pngInfo, &width, &height, &bitDepth, &colorFormat, NULL, NULL, NULL); in createTextureFromPng()
|