Home
last modified time | relevance | path

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 Dsbc_frame.cpp24 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 Daudio_renderer_multithread_test.cpp42 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 Daudio_renderer_unit_test.cpp40 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 Daudio_fast_renderer_unit_test.cpp41 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 Daudio_capturer_extra_unit_test.cpp36 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 Daudio_capturer_unit_test.cpp36 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 Dparcel_benchmark_test.cpp2124 VALUE_ZERO = 0, enumerator
2164 …AssertEqual(int32Read[INDEX_FORE], VALUE_ZERO, "int32Read[4] did not equal 0 as expected.", state); in BENCHMARK_F()