Lines Matching refs:pixelBuffer
97 RTC_OBJC_TYPE(RTCCVPixelBuffer) *pixelBuffer = (RTC_OBJC_TYPE(RTCCVPixelBuffer) *)frame.buffer;
98 *width = CVPixelBufferGetWidth(pixelBuffer.pixelBuffer);
99 *height = CVPixelBufferGetHeight(pixelBuffer.pixelBuffer);
100 *cropWidth = pixelBuffer.cropWidth;
101 *cropHeight = pixelBuffer.cropHeight;
102 *cropX = pixelBuffer.cropX;
103 *cropY = pixelBuffer.cropY;
111 CVPixelBufferRef pixelBuffer = ((RTC_OBJC_TYPE(RTCCVPixelBuffer) *)frame.buffer).pixelBuffer;
117 int width = CVPixelBufferGetWidth(pixelBuffer);
118 int height = CVPixelBufferGetHeight(pixelBuffer);
119 OSType pixelFormat = CVPixelBufferGetPixelFormatType(pixelBuffer);
134 kCFAllocatorDefault, _textureCache, pixelBuffer, nil, mtlPixelFormat,