Searched refs:bitDepth (Results 1 – 8 of 8) sorted by relevance
12 uint8_t bitDepth; member
27 uint8_t bitDepth; member
238 uint32_t bitDepth = layout.planes[0].bitDepth; in GraphicView2MediaImageConverter() local405 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()
80 || 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()
1374 : bitDepth(8), subsampling(C2Color::YUV_420) { } in C2ColorInfoStruct()1376 uint32_t bitDepth; member1382 : bitDepth(bitDepth_), subsampling(subsampling_) { } in C2ColorInfoStruct()1387 : bitDepth(bitDepth_), subsampling(subsampling_) { in C2ColorInfoStruct()1399 C2FIELD(bitDepth, "bit-depth")2043 uint32_t bitDepth; member2049 C2FIELD(bitDepth, "bit-depth")
1494 uint32_t bitDepth; ///< significant bits per sample member