Home
last modified time | relevance | path

Searched refs:bitDepth (Results 1 – 3 of 3) sorted by relevance

/packages/modules/Bluetooth/android/pandora/server/src/
DA2dp.kt469 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/
DTexWrapper.cpp106 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/
DTexWrapper.cpp110 int bitDepth; in createTextureFromPng() local
114 png_get_IHDR(pngControl, pngInfo, &width, &height, &bitDepth, &colorFormat, NULL, NULL, NULL); in createTextureFromPng()