Lines Matching refs:mPixelFormat
130 mPixelFormat = NULL; in BufferSourceAdapter()
305 frameType = formatToOutputFrameType(mPixelFormat); in enableDisplay()
367 mPixelFormat = CameraHal::getPixelFormatConstant(format); in allocateBufferList()
443 mBuffers[i].format = mPixelFormat; in allocateBufferList()
574 newBuffers[index].format = mPixelFormat; in getBuffers()
613 return CameraHal::calculateBufferSize(mPixelFormat, mFrameWidth, mFrameHeight); in getSize()
673 mPixelFormat = getFormatFromANW(formatSource); in getBufferList()
675 mBuffers[0].format = mPixelFormat; in getBufferList()
676 mBuffers[0].actual_size = CameraHal::calculateBufferSize(mPixelFormat, w, h); in getBufferList()
677 mBuffers[0].offset = t * w + l * CameraHal::getBPP(mPixelFormat); in getBufferList()
882 CameraHal::getXYFromOffset(&x, &y, frame->mOffset, frame->mAlignment, mPixelFormat); in handleFrameCallback()
981 mFrameProvider->returnFrame(&mBuffers[i], formatToOutputFrameType(mPixelFormat)); in handleFrameReturn()