Home
last modified time | relevance | path

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

/hardware/qcom/msm8998/original-kernel-headers/linux/
Dmsm_audio_alac.h12 uint8_t bitDepth; member
/hardware/qcom/msm8996/original-kernel-headers/linux/
Dmsm_audio_alac.h12 uint8_t bitDepth; member
/hardware/qcom/msm8998/kernel-headers/linux/
Dmsm_audio_alac.h27 uint8_t bitDepth; member
/hardware/qcom/msm8996/kernel-headers/linux/
Dmsm_audio_alac.h27 uint8_t bitDepth; member
/hardware/google/av/media/sfplugin/
DCodec2Buffer.cpp238 uint32_t bitDepth = layout.planes[0].bitDepth; in GraphicView2MediaImageConverter() local
405 mediaImage->mBitDepth = bitDepth; in GraphicView2MediaImageConverter()
411 if (plane.allocatedDepth < plane.bitDepth in GraphicView2MediaImageConverter()
412 || plane.rightShift != plane.allocatedDepth - plane.bitDepth) { in GraphicView2MediaImageConverter()
422 if (plane.allocatedDepth != mAllocatedDepth || plane.bitDepth != bitDepth) { in GraphicView2MediaImageConverter()
/hardware/google/av/media/sfplugin/utils/
DCodec2BufferUtils.cpp80 || plane.allocatedDepth < plane.bitDepth in _ImageCopy()
82 || plane.rightShift != plane.allocatedDepth - plane.bitDepth in _ImageCopy()
196 && layout.planes[layout.PLANE_Y].bitDepth == 8 in IsYUV420()
202 && layout.planes[layout.PLANE_U].bitDepth == 8 in IsYUV420()
208 && layout.planes[layout.PLANE_V].bitDepth == 8 in IsYUV420()
/hardware/google/av/codec2/include/
DC2Config.h1374 : bitDepth(8), subsampling(C2Color::YUV_420) { } in C2ColorInfoStruct()
1376 uint32_t bitDepth; member
1382 : bitDepth(bitDepth_), subsampling(subsampling_) { } in C2ColorInfoStruct()
1387 : bitDepth(bitDepth_), subsampling(subsampling_) { in C2ColorInfoStruct()
1399 C2FIELD(bitDepth, "bit-depth")
2043 uint32_t bitDepth; member
2049 C2FIELD(bitDepth, "bit-depth")
DC2Buffer.h1494 uint32_t bitDepth; ///< significant bits per sample member