Searched refs:uOffsetBytes (Results 1 – 1 of 1) sorted by relevance
320 uint32_t* uOffsetBytes, in getYUVOffsets() argument348 *uOffsetBytes = (*vOffsetBytes) + ((*vStrideBytes) * (*vHeight)); in getYUVOffsets()369 *uOffsetBytes = (*vOffsetBytes) + 1; in getYUVOffsets()381 *uOffsetBytes = (*yStrideBytes) * (*yHeight); in getYUVOffsets()387 *vOffsetBytes = (*uOffsetBytes) + ((*uStrideBytes) * (*uHeight)); in getYUVOffsets()402 *uOffsetBytes = (*yStrideBytes) * (*yHeight); in getYUVOffsets()408 *vOffsetBytes = (*uOffsetBytes) + 1; in getYUVOffsets()422 *uOffsetBytes = (*yStrideBytes) * (*yHeight); in getYUVOffsets()428 *vOffsetBytes = (*uOffsetBytes) + 2; in getYUVOffsets()874 uint32_t uWidth, uHeight = 0, uOffsetBytes, uStridePixels = 0, uStrideBytes; in init() local[all …]