Lines Matching +refs:clang +refs:format +refs:buffer
28 rtc::scoped_refptr<webrtc::VideoFrameBuffer> buffer =
29 rtc::make_ref_counted<webrtc::ObjCFrameBuffer>(frame.buffer);
31 .set_video_frame_buffer(buffer)
46 for (AVCaptureDeviceFormat *format in formats) {
47 CMVideoDimensions dimension = CMVideoFormatDescriptionGetDimensions(format.formatDescription);
51 selectedFormat = format;
77 AVCaptureDeviceFormat *format = SelectClosestFormat(device, width, height);
78 [capturer startCaptureWithDevice:device format:format fps:target_fps];
89 #pragma clang diagnostic push
90 #pragma clang diagnostic ignored "-Wunused-variable"
95 #pragma clang diagnostic pop