Lines Matching refs:yuv
250 static size_t DeriveYUVLayout(int yuv, Allocation::Hal::DrvState *state) { in DeriveYUVLayout() argument
255 if (yuv == RS_YUV_420_888) { in DeriveYUVLayout()
267 state->yuv.shift = 1; in DeriveYUVLayout()
268 state->yuv.step = 1; in DeriveYUVLayout()
271 switch(yuv) { in DeriveYUVLayout()
291 state->yuv.step = 2; in DeriveYUVLayout()
316 if (alloc->mHal.state.yuv) { in AllocationBuildPointerTable()
317 o += DeriveYUVLayout(alloc->mHal.state.yuv, &alloc->mHal.drvState); in AllocationBuildPointerTable()
822 if (alloc->mHal.state.yuv) { in rsdAllocationIoReceive()
823 DeriveYUVLayout(alloc->mHal.state.yuv, &alloc->mHal.drvState); in rsdAllocationIoReceive()
878 if (alloc->mHal.state.yuv) { in rsdAllocationData2D()
882 if (alloc->mHal.state.yuv == RS_YUV_YV12) { in rsdAllocationData2D()
885 } else if (alloc->mHal.state.yuv == RS_YUV_NV21) { in rsdAllocationData2D()