Searched refs:VideoFrameKey (Results 1 – 5 of 5) sorted by relevance
187 assertThat(encoder.encode(testFrame, new EncodeInfo(new FrameType[] {FrameType.VideoFrameKey}))) in testEncodeByteBuffer()215 encoder.encode(testFrame, new EncodeInfo(new FrameType[] {FrameType.VideoFrameKey})); in testDeliversOutputData()237 assertThat(videoFrame.frameType).isEqualTo(FrameType.VideoFrameKey); in testDeliversOutputData()
189 .setFrameType(FrameType.VideoFrameKey) in createTestEncodedImage()
25 VideoFrameKey(3), enumConstant
359 if (frameType == EncodedImage.FrameType.VideoFrameKey) { in encode()581 ? EncodedImage.FrameType.VideoFrameKey
245 if (frame.frameType != EncodedImage.FrameType.VideoFrameKey) { in decode()