Searched refs:bufferPixelFormat (Results 1 – 2 of 2) sorted by relevance
706 auto bufferPixelFormat = buffer->GetFormat(); in ComputeTargetPixelFormat() local707 if (bufferPixelFormat == GRAPHIC_PIXEL_FMT_RGBA_1010102 || in ComputeTargetPixelFormat()708 bufferPixelFormat == GRAPHIC_PIXEL_FMT_YCBCR_P010 || in ComputeTargetPixelFormat()709 bufferPixelFormat == GRAPHIC_PIXEL_FMT_YCRCB_P010) { in ComputeTargetPixelFormat()
345 auto bufferPixelFormat = buffer->GetFormat(); in CheckPixelFormat() local346 if ((bufferPixelFormat == GRAPHIC_PIXEL_FMT_RGBA_1010102 || in CheckPixelFormat()347 bufferPixelFormat == GRAPHIC_PIXEL_FMT_YCBCR_P010 || in CheckPixelFormat()348 bufferPixelFormat == GRAPHIC_PIXEL_FMT_YCRCB_P010) && !IsHardwareComposerEnabled()) { in CheckPixelFormat()