OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:CodecTest
(Results
1 - 4
of
4
) sorted by null
/external/webrtc/webrtc/voice_engine/test/auto_test/standard/
codec_test.cc
20
class
CodecTest
: public AfterStreamingFixture {
51
TEST_F(
CodecTest
, PcmuIsDefaultCodecAndHasTheRightValues) {
61
TEST_F(
CodecTest
, VoiceActivityDetectionIsOffByDefault) {
73
TEST_F(
CodecTest
, VoiceActivityDetectionCanBeEnabled) {
87
TEST_F(
CodecTest
, VoiceActivityDetectionTypeSettingsCanBeChanged) {
122
TEST_F(
CodecTest
, VoiceActivityDetectionCanBeTurnedOff) {
140
TEST_F(
CodecTest
, OpusMaxPlaybackRateCanBeSet) {
156
TEST_F(
CodecTest
, OpusDtxCanBeSetForOpus) {
168
TEST_F(
CodecTest
, OpusDtxCannotBeSetForNonOpus) {
180
TEST_F(
CodecTest
, RtcEventLogIntegrationTest)
[
all
...]
/external/webrtc/talk/media/base/
codec_unittest.cc
40
class
CodecTest
: public testing::Test {
42
CodecTest
() {}
45
TEST_F(
CodecTest
, TestCodecOperators) {
82
TEST_F(
CodecTest
, TestAudioCodecOperators) {
121
TEST_F(
CodecTest
, TestAudioCodecMatches) {
161
TEST_F(
CodecTest
, TestVideoCodecOperators) {
200
TEST_F(
CodecTest
, TestVideoCodecMatches) {
216
TEST_F(
CodecTest
, TestDataCodecMatches) {
232
TEST_F(
CodecTest
, TestSetParamGetParamAndRemoveParam) {
253
TEST_F(
CodecTest
, TestIntersectFeedbackParams)
[
all
...]
/cts/tests/tests/mediastress/src/android/mediastress/cts/
CodecTest.java
35
public class
CodecTest
{
36
private static String TAG = "
CodecTest
";
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/
CodecTest.java
53
public class
CodecTest
{
54
private static String TAG = "
CodecTest
";
Completed in 432 milliseconds