Home
last modified time | relevance | path

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

/hardware/qcom/msm8996/kernel-headers/linux/
Dmsm_audio_alac.h27 uint8_t bitDepth; member
/hardware/qcom/msm8996/original-kernel-headers/linux/
Dmsm_audio_alac.h12 uint8_t bitDepth; member
/hardware/qcom/msm8998/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/google/av/media/sfplugin/utils/
DCodec2BufferUtils.cpp82 || plane.allocatedDepth < plane.bitDepth in _ImageCopy()
84 || plane.rightShift != plane.allocatedDepth - plane.bitDepth in _ImageCopy()
122 && layout.planes[layout.PLANE_Y].bitDepth == 8 in IsYUV420()
128 && layout.planes[layout.PLANE_U].bitDepth == 8 in IsYUV420()
134 && layout.planes[layout.PLANE_V].bitDepth == 8 in IsYUV420()
/hardware/google/av/media/sfplugin/
DCodec2Buffer.cpp236 uint32_t bitDepth = layout.planes[0].bitDepth; in GraphicView2MediaImageConverter() local
403 mediaImage->mBitDepth = bitDepth; in GraphicView2MediaImageConverter()
409 if (plane.allocatedDepth < plane.bitDepth in GraphicView2MediaImageConverter()
410 || plane.rightShift != plane.allocatedDepth - plane.bitDepth) { in GraphicView2MediaImageConverter()
420 if (plane.allocatedDepth != mAllocatedDepth || plane.bitDepth != bitDepth) { in GraphicView2MediaImageConverter()
/hardware/google/av/codec2/include/
DC2Config.h1329 uint32_t bitDepth; member
1335 : bitDepth(bitDepth_), subsampling(subsampling_) { in C2ColorInfoStruct()
1341 : bitDepth(bitDepth_), subsampling(subsampling_) { in C2ColorInfoStruct()
1353 C2FIELD(bitDepth, "bit-depth")
DC2Buffer.h1495 uint32_t bitDepth; ///< significant bits per sample member