Searched refs:bitDepth (Results 1 – 8 of 8) sorted by relevance
27 uint8_t bitDepth; member
12 uint8_t bitDepth; member
82 || 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()
236 uint32_t bitDepth = layout.planes[0].bitDepth; in GraphicView2MediaImageConverter() local403 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()
1329 uint32_t bitDepth; member1335 : bitDepth(bitDepth_), subsampling(subsampling_) { in C2ColorInfoStruct()1341 : bitDepth(bitDepth_), subsampling(subsampling_) { in C2ColorInfoStruct()1353 C2FIELD(bitDepth, "bit-depth")
1495 uint32_t bitDepth; ///< significant bits per sample member