Searched refs:VALUE_ZERO (Results 1 – 7 of 7) sorted by relevance
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/gavdp/a2dp_codec/sbclib/src/ |
H A D | sbc_frame.cpp | 24 const int VALUE_ZERO = 0; variable 91 int index = VALUE_ZERO; in SbcCrc8() 107 int loudness = VALUE_ZERO; in SbcCalculateLoudness() 161 int bitCount = VALUE_ZERO; in SbcCalculateBitsSliceNormal() 190 int maxBit = VALUE_ZERO; in SbcCalculateBitsMax() 218 int maxBit = VALUE_ZERO; in SbcCalculateBitsMaxStereo() 304 int channel = VALUE_ZERO; in SbcCalculateBitsStereo() 305 int subband = VALUE_ZERO; in SbcCalculateBitsStereo() 326 channel = VALUE_ZERO; in SbcCalculateBitsStereo() 327 subband = VALUE_ZERO; in SbcCalculateBitsStereo() [all …]
|
/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/audiorenderer/test/multithreadtest/src/ |
H A D | audio_renderer_multithread_test.cpp | 42 const int32_t VALUE_ZERO = 0; variable 90 EXPECT_GE(bytesWritten, VALUE_ZERO); in Write()
|
/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/audiorenderer/test/unittest/renderer_test/src/ |
H A D | audio_renderer_unit_test.cpp | 40 const int32_t VALUE_ZERO = 0; variable 1090 EXPECT_EQ(VALUE_ZERO, ret); 1263 EXPECT_EQ(VALUE_ZERO, ret); 2631 EXPECT_GE(bytesWritten, VALUE_ZERO); 2841 EXPECT_GE(bytesWritten, VALUE_ZERO); 3024 EXPECT_GE(bytesWritten, VALUE_ZERO); 3064 EXPECT_GE(bytesWritten, VALUE_ZERO); 3219 EXPECT_GE(bytesWritten, VALUE_ZERO); 3367 EXPECT_GE(bytesWritten, VALUE_ZERO); 3576 EXPECT_GE(bytesWritten, VALUE_ZERO); [all …]
|
H A D | audio_fast_renderer_unit_test.cpp | 41 const int32_t VALUE_ZERO = 0; variable 436 ret = audioRenderer->SetRendererPeriodPositionCallback(VALUE_ZERO, positionCB1);
|
/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/audiocapturer/test/unittest/capturer_test/src/ |
H A D | audio_capturer_extra_unit_test.cpp | 36 const int32_t VALUE_ZERO = 0; variable 106 EXPECT_GE(bytesRead, VALUE_ZERO); 260 EXPECT_GE(bytesRead, VALUE_ZERO); 431 EXPECT_GE(bytesRead, VALUE_ZERO); 1017 ret = audioCapturer->SetBufferDuration(VALUE_ZERO); 1093 ret = audioCapturer->SetCapturerPositionCallback(VALUE_ZERO, positionCB); 1170 ret = audioCapturer->SetCapturerPeriodPositionCallback(VALUE_ZERO, positionCB);
|
H A D | audio_capturer_unit_test.cpp | 36 const int32_t VALUE_ZERO = 0; variable 1742 EXPECT_GE(bytesRead, VALUE_ZERO); 1747 EXPECT_GE(timestamp.time.tv_sec, (const long)VALUE_ZERO); 1748 EXPECT_GE(timestamp.time.tv_nsec, (const long)VALUE_ZERO);
|
/ohos5.0/commonlibrary/c_utils/base/test/benchmarktest/parcel_benchmark_test/ |
H A D | parcel_benchmark_test.cpp | 2124 VALUE_ZERO = 0, enumerator 2164 …AssertEqual(int32Read[INDEX_FORE], VALUE_ZERO, "int32Read[4] did not equal 0 as expected.", state); in BENCHMARK_F()
|