Searched defs:videoFrame (Results 1 – 12 of 12) sorted by relevance
86 final VideoFrame videoFrame = new VideoFrame( in testAddingSameVideoSinkMultipleTimes() local101 final VideoFrame videoFrame = new VideoFrame( in testAddingAndRemovingVideoSink() local
99 private @Nullable VideoFrame videoFrame; field in CameraVideoCapturerTestFixtures.FakeCapturerObserver
331 public VideoCodecStatus encode(VideoFrame videoFrame, EncodeInfo encodeInfo) { in encode()395 private VideoCodecStatus encodeTextureBuffer(VideoFrame videoFrame) { in encodeTextureBuffer()414 VideoFrame videoFrame, VideoFrame.Buffer videoFrameBuffer, int bufferSize) { in encodeByteBuffer()
23 @property(atomic, strong) RTC_OBJC_TYPE(RTCVideoFrame) * videoFrame; property
37 @property(atomic) RTC_OBJC_TYPE(RTCVideoFrame) * videoFrame; property
311 VideoFrame videoFrame = fakeDecoderCallback.decodedFrames.get(0); in testDeliversOutputByteBuffers() local398 VideoFrame videoFrame = fakeDecoderCallback.decodedFrames.get(0); in testDeliversRenderedBuffers() local
230 EncodedImage videoFrame = videoFrameCaptor.getValue(); in testDeliversOutputData() local
31 int32_t FrameToRender(VideoFrame& videoFrame, // NOLINT in FrameToRender()
40 @property(atomic, strong) RTC_OBJC_TYPE(RTCVideoFrame) * videoFrame; property
117 int32_t VideoCaptureImpl::IncomingFrame(uint8_t* videoFrame, in IncomingFrame()
166 VideoFrame videoFrame = videoReader.getNextFrame(); in tick() local
76 void OnFrame(const webrtc::VideoFrame& videoFrame) override { in OnFrame()