Searched refs:mAllocatedDepth (Results 1 – 1 of 1) sorted by relevance
237 mAllocatedDepth(0), in GraphicView2MediaImageConverter()260 mAllocatedDepth = layout.planes[0].allocatedDepth; in GraphicView2MediaImageConverter()450 int32_t colInc = divUp(mAllocatedDepth, 8u); in GraphicView2MediaImageConverter()575 planeSize += planeStride * divUp(mAllocatedDepth, 8u) in GraphicView2MediaImageConverter()599 mediaImage->mBitDepthAllocated = mAllocatedDepth; in GraphicView2MediaImageConverter()615 if (plane.allocatedDepth != mAllocatedDepth || plane.bitDepth != bitDepth) { in GraphicView2MediaImageConverter()680 uint32_t mAllocatedDepth; member in android::__anon9721b0b50111::GraphicView2MediaImageConverter