Searched refs:VIDEO_CODEC_H264 (Results 1 – 4 of 4) sorted by relevance
47 private static final String VIDEO_CODEC_H264 = "H264"; field in PeerConnectionClientTest363 doLoopbackTest(createParametersForVideoCall(VIDEO_CODEC_H264, false), false); in testLoopbackH264()387 doLoopbackTest(createParametersForVideoCall(VIDEO_CODEC_H264, false), true); in testLoopbackH264DecodeToTexture()415 doLoopbackTest(createParametersForVideoCall(VIDEO_CODEC_H264, true), true); in testLoopbackH264CaptureToTexture()
65 VIDEO_CODEC_H264 enumConstant297 } else if (type == VideoCodecType.VIDEO_CODEC_H264) { in initEncode()534 if (isKeyFrame && type == VideoCodecType.VIDEO_CODEC_H264) { in dequeueOutputBuffer()
65 VIDEO_CODEC_H264 enumConstant245 } else if (type == VideoCodecType.VIDEO_CODEC_H264) { in initDecode()
66 private static final String VIDEO_CODEC_H264 = "H264"; field in PeerConnectionClient313 } else if (peerConnectionParameters.videoCodec.equals(VIDEO_CODEC_H264)) { in createPeerConnectionFactoryInternal()314 preferredVideoCodec = VIDEO_CODEC_H264; in createPeerConnectionFactoryInternal()678 sdpDescription = setStartBitrate(VIDEO_CODEC_H264, true, in setRemoteDescription()