Searched refs:cv_format (Results 1 – 1 of 1) sorted by relevance
294 OSType cv_format = CVPixelBufferGetPixelFormatType(cv_pixel_buffer); in WrapCVPixelBuffer() local297 if (cv_format == kCVPixelFormatType_420YpCbCr8Planar) { in WrapCVPixelBuffer()299 } else if (cv_format == kCVPixelFormatType_444YpCbCr8) { in WrapCVPixelBuffer()301 } else if (cv_format == '420v') { in WrapCVPixelBuffer()306 DLOG(ERROR) << "CVPixelBuffer format not supported: " << cv_format; in WrapCVPixelBuffer()