Home
last modified time | relevance | path

Searched refs:H264 (Results 1 – 25 of 36) sorted by relevance

12

/external/webrtc/webrtc/modules/rtp_rtcp/source/
Drtp_format_h264_unittest.cc410 payload.type.Video.codecHeader.H264.packetization_type); in TEST_F()
411 EXPECT_EQ(kIdr, payload.type.Video.codecHeader.H264.nalu_type); in TEST_F()
426 payload.type.Video.codecHeader.H264.packetization_type); in TEST_F()
444 EXPECT_EQ(kH264StapA, payload.type.Video.codecHeader.H264.packetization_type); in TEST_F()
446 EXPECT_EQ(kSps, payload.type.Video.codecHeader.H264.nalu_type); in TEST_F()
464 EXPECT_EQ(kH264StapA, payload.type.Video.codecHeader.H264.packetization_type); in TEST_F()
481 EXPECT_EQ(kH264StapA, payload.type.Video.codecHeader.H264.packetization_type); in TEST_F()
483 EXPECT_EQ(kSlice, payload.type.Video.codecHeader.H264.nalu_type); in TEST_F()
517 EXPECT_EQ(kH264FuA, payload.type.Video.codecHeader.H264.packetization_type); in TEST_F()
518 EXPECT_EQ(kIdr, payload.type.Video.codecHeader.H264.nalu_type); in TEST_F()
[all …]
Drtp_format_h264.cc68 &parsed_payload->type.Video.codecHeader.H264; in ParseSingleNalu()
145 &parsed_payload->type.Video.codecHeader.H264; in ParseFuaNalu()
/external/autotest/client/site_tests/video_PlaybackPerf/
Dcontrol.power_h2647 PURPOSE = "Test the power consumption of H264 video playback"
9 The test outputs the power consumption of H264 video playback.
17 This test measures the power consumption of H264 video playback for hardware
Dcontrol.h264.4k7 PURPOSE = "Test the cpu usage and dropped frame count of H264 4K video playback"
9 The test outputs the cpu usage and dropped frame count of H264 4K video
20 This test measures the CPU usage and dropped frame count of H264 4K video
Dcontrol.h2647 PURPOSE = "Test the cpu usage and dropped frame count of H264 video playback"
9 The test outputs the cpu usage and dropped frame count of H264 video playback.
18 This test measures the CPU usage and dropped frame count of H264 video playback
/external/autotest/client/site_tests/video_VideoSeek/
Dcontrol.h264.switchres7 PURPOSE = "Verify that H264 resolution-changing video seek works in Chrome"
9 This test will fail if a resolution-changing H264 video fails to seek in Chrome HTML5 page.
23 This test verifies H264 resolution-changing video can seek on machines with VDA.
Dcontrol.h2647 PURPOSE = "Verify that H264 non-resolution-changing video seek works in Chrome"
9 This test will fail if a non-resolution-changing H264 video fails to seek in Chrome HTML5 page.
23 This test verifies H264 non-resolution-changing video can seek on machines with VDA.
/external/autotest/client/site_tests/video_ChromeVidResChangeHWDecode/
Dcontrol.h2647 PURPOSE = "Verify that VDA works for H264 resolution-changing video."
24 This test verifies H264 resolution-changing video decode acceleration works.
/external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/shadows/
DMediaRecorderTest.java140 … assertThat(shadowMediaRecorder.getVideoEncoder(), not(equalTo(MediaRecorder.VideoEncoder.H264))); in testVideoEncoder()
141 mediaRecorder.setVideoEncoder(MediaRecorder.VideoEncoder.H264); in testVideoEncoder()
142 assertThat(shadowMediaRecorder.getVideoEncoder(), equalTo(MediaRecorder.VideoEncoder.H264)); in testVideoEncoder()
/external/webrtc/webrtc/modules/video_coding/
Dcodec_database.cc165 settings->codecSpecific.H264 = VideoEncoder::GetDefaultH264Settings(); in Codec()
352 if (memcmp(&new_send_codec.codecSpecific.H264, in RequiresEncoderReset()
353 &send_codec_.codecSpecific.H264, in RequiresEncoderReset()
354 sizeof(new_send_codec.codecSpecific.H264)) != 0) { in RequiresEncoderReset()
Dsession_info.cc179 packet.codecSpecificHeader.codecHeader.H264.packetization_type == in InsertBuffer()
/external/webrtc/webrtc/modules/video_coding/include/
Dvideo_codec_interface.h86 CodecSpecificInfoH264 H264; member
/external/webrtc/webrtc/modules/video_coding/codecs/interface/
Dvideo_codec_interface.h88 CodecSpecificInfoH264 H264; member
/external/autotest/server/site_tests/video_PowerConsumption/
Dcontrol.h26418 The test outputs the video power consumption for H264 video decode.
/external/autotest/client/site_tests/video_WebRtcPeerConnectionWithCamera/
Dcontrol.h26429 video_codec="H264")
/external/webrtc/webrtc/examples/objc/AppRTCDemo/tests/
DARDAppClientTest.mm300 "a=rtpmap:120 H264/90000\n");
302 "a=rtpmap:120 H264/90000\n");
307 preferredVideoCodec:@"H264"];
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/media/
DMediaRecorderFacade.java132 mMediaRecorder.setVideoEncoder(MediaRecorder.VideoEncoder.H264); in startVideoRecording()
137 mMediaRecorder.setVideoEncoder(MediaRecorder.VideoEncoder.H264); in startVideoRecording()
/external/autotest/client/site_tests/video_GlitchDetection/
Dcontrol.chameleon.h264.480p.collectgoldenimages19 test will use an H264 480p video to produce the images.
Dcontrol.chameleon.h264.720p.collectgoldenimages19 test will use an H264 720p video to produce the images.
Dcontrol.chameleon.vp8.480p.collectgoldenimages19 test will use an H264 480p video to produce the images.
/external/webrtc/webrtc/examples/objc/AppRTCDemo/
DARDAppClient.m417 // Prefer H264 if available.
420 preferredVideoCodec:@"H264"];
519 // Prefer H264 if available.
522 preferredVideoCodec:@"H264"];
/external/webrtc/webrtc/build/
Dwebrtc.gni91 # Enabling this may break interop with Android clients that support H264.
/external/webrtc/webrtc/video/
Dvideo_send_stream.cc336 video_codec.codecSpecific.H264 = VideoEncoder::GetDefaultH264Settings(); in ReconfigureVideoEncoder()
363 video_codec.codecSpecific.H264 = *reinterpret_cast<const VideoCodecH264*>( in ReconfigureVideoEncoder()
Dvideo_receive_stream.cc129 codec.codecSpecific.H264 = VideoEncoder::GetDefaultH264Settings(); in CreateDecoderVideoCodec()
/external/webrtc/webrtc/
Dcommon_types.h644 VideoCodecH264 H264; member

12