Home
last modified time | relevance | path

Searched refs:audioCount (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/multimedia/av_codec/test/moduletest/demuxer/src/
H A Dformat_test.cpp200 int32_t audioCount = 0; in CheckAudioKey() local
215 ASSERT_TRUE(OH_AVFormat_GetIntValue(trackFormat, OH_MD_KEY_AUD_CHANNEL_COUNT, &audioCount)); in CheckAudioKey()
217 ASSERT_EQ(audioCountResult, audioCount); in CheckAudioKey()
326 int32_t audioCount = 0; in SetAudioParam() local
331 ASSERT_TRUE(OH_AVFormat_GetIntValue(paramFormat, OH_MD_KEY_AUD_CHANNEL_COUNT, &audioCount)); in SetAudioParam()
337 ASSERT_EQ(ACTUAL_AUDIOCOUNT, audioCount); in SetAudioParam()
466 int32_t audioCount = 0; in SetOtherAudioParam() local
471 ASSERT_TRUE(OH_AVFormat_GetIntValue(paramFormat, OH_MD_KEY_AUD_CHANNEL_COUNT, &audioCount)); in SetOtherAudioParam()
477 ASSERT_EQ(ACTUAL_AUDIOCOUNT, audioCount); in SetOtherAudioParam()
H A Dnet2_test.cpp155 int32_t audioCount = 0; in CheckAudioKey() local
170 ASSERT_TRUE(OH_AVFormat_GetIntValue(trackFormat, OH_MD_KEY_AUD_CHANNEL_COUNT, &audioCount)); in CheckAudioKey()
172 ASSERT_EQ(audioCountResult, audioCount); in CheckAudioKey()
H A Dfunc_test.cpp1811 int audioCount = 0; variable
1834 if (audioCount == pos) {
1835 cout << audioCount << " audioCount == pos remove audio track!!!!!!!!!" << endl;
1841 audioCount++;
/ohos5.0/foundation/communication/dsoftbus/core/transmission/session/src/
H A Dsoftbus_scenario_manager.c71 int audioCount; member
287 counter->audioCount++; in ScenarioManagerAddBusinessType()
318 singleCount = &counter->audioCount; in ScenarioManagerDelBusinessType()
/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/medialibrary_backup_clone_test/src/
H A Dmedialibrary_backup_clone_test.cpp351 int32_t audioCount = static_cast<int32_t>(fileInfos.size()); variable
352 EXPECT_EQ(audioCount, EXPECTED_AUDIO_COUNT);
/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_backup_extension/include/
H A Dclone_restore.h114 std::string GetBackupInfoByCount(int32_t photoCount, int32_t videoCount, int32_t audioCount);
/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_backup_extension/src/
H A Dclone_restore.cpp1563 int32_t audioCount = QueryTotalNumberByMediaType(mediaLibraryRdb_, AudioColumn::AUDIOS_TABLE, in GetBackupInfo() local
1566 audioCount); in GetBackupInfo()
1567 return GetBackupInfoByCount(photoCount, videoCount, audioCount); in GetBackupInfo()
1585 …ring CloneRestore::GetBackupInfoByCount(int32_t photoCount, int32_t videoCount, int32_t audioCount) in GetBackupInfoByCount() argument
1598 { STAT_KEY_NUMBER, audioCount } in GetBackupInfoByCount()