Searched defs:videoFrame (Results 1 – 11 of 11) sorted by relevance
83 final VideoFrame videoFrame = new VideoFrame( in testAddingSameVideoSinkMultipleTimes() local98 final VideoFrame videoFrame = new VideoFrame( in testAddingAndRemovingVideoSink() local
99 private @Nullable VideoFrame videoFrame; field in CameraVideoCapturerTestFixtures.FakeCapturerObserver
345 public VideoCodecStatus encode(VideoFrame videoFrame, EncodeInfo encodeInfo) { in encode()416 VideoFrame videoFrame, long presentationTimestampUs) { in encodeTextureBuffer()434 private VideoCodecStatus encodeByteBuffer(VideoFrame videoFrame, long presentationTimestampUs, 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
244 EncodedImage videoFrame = videoFrameCaptor.getValue(); in testDeliversOutputData() local
40 @property(atomic, strong) RTC_OBJC_TYPE(RTCVideoFrame) * videoFrame; property
116 int32_t VideoCaptureImpl::IncomingFrame(uint8_t* videoFrame, in IncomingFrame()
166 VideoFrame videoFrame = videoReader.getNextFrame(); in tick() local
75 void OnFrame(const webrtc::VideoFrame& videoFrame) override { in OnFrame()