/external/webrtc/webrtc/modules/rtp_rtcp/source/ |
D | rtp_format_h264_unittest.cc | 410 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 …]
|
D | rtp_format_h264.cc | 68 &parsed_payload->type.Video.codecHeader.H264; in ParseSingleNalu() 145 &parsed_payload->type.Video.codecHeader.H264; in ParseFuaNalu()
|
/external/autotest/client/site_tests/video_PlaybackPerf/ |
D | control.power_h264 | 7 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
|
D | control.h264.4k | 7 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
|
D | control.h264 | 7 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/ |
D | control.h264.switchres | 7 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.
|
D | control.h264 | 7 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/ |
D | control.h264 | 7 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/ |
D | MediaRecorderTest.java | 140 … 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/ |
D | codec_database.cc | 165 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()
|
D | session_info.cc | 179 packet.codecSpecificHeader.codecHeader.H264.packetization_type == in InsertBuffer()
|
/external/webrtc/webrtc/modules/video_coding/include/ |
D | video_codec_interface.h | 86 CodecSpecificInfoH264 H264; member
|
/external/webrtc/webrtc/modules/video_coding/codecs/interface/ |
D | video_codec_interface.h | 88 CodecSpecificInfoH264 H264; member
|
/external/autotest/server/site_tests/video_PowerConsumption/ |
D | control.h264 | 18 The test outputs the video power consumption for H264 video decode.
|
/external/autotest/client/site_tests/video_WebRtcPeerConnectionWithCamera/ |
D | control.h264 | 29 video_codec="H264")
|
/external/webrtc/webrtc/examples/objc/AppRTCDemo/tests/ |
D | ARDAppClientTest.mm | 300 "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/ |
D | MediaRecorderFacade.java | 132 mMediaRecorder.setVideoEncoder(MediaRecorder.VideoEncoder.H264); in startVideoRecording() 137 mMediaRecorder.setVideoEncoder(MediaRecorder.VideoEncoder.H264); in startVideoRecording()
|
/external/autotest/client/site_tests/video_GlitchDetection/ |
D | control.chameleon.h264.480p.collectgoldenimages | 19 test will use an H264 480p video to produce the images.
|
D | control.chameleon.h264.720p.collectgoldenimages | 19 test will use an H264 720p video to produce the images.
|
D | control.chameleon.vp8.480p.collectgoldenimages | 19 test will use an H264 480p video to produce the images.
|
/external/webrtc/webrtc/examples/objc/AppRTCDemo/ |
D | ARDAppClient.m | 417 // Prefer H264 if available. 420 preferredVideoCodec:@"H264"]; 519 // Prefer H264 if available. 522 preferredVideoCodec:@"H264"];
|
/external/webrtc/webrtc/build/ |
D | webrtc.gni | 91 # Enabling this may break interop with Android clients that support H264.
|
/external/webrtc/webrtc/video/ |
D | video_send_stream.cc | 336 video_codec.codecSpecific.H264 = VideoEncoder::GetDefaultH264Settings(); in ReconfigureVideoEncoder() 363 video_codec.codecSpecific.H264 = *reinterpret_cast<const VideoCodecH264*>( in ReconfigureVideoEncoder()
|
D | video_receive_stream.cc | 129 codec.codecSpecific.H264 = VideoEncoder::GetDefaultH264Settings(); in CreateDecoderVideoCodec()
|
/external/webrtc/webrtc/ |
D | common_types.h | 644 VideoCodecH264 H264; member
|