Searched refs:audioCount (Results 1 - 7 of 7) sorted by relevance
/foundation/multimedia/av_codec/test/moduletest/demuxer/src/ |
H A D | format_test.cpp | 200 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 D | net2_test.cpp | 155 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 D | func_test.cpp | 1811 int audioCount = 0; 1834 if (audioCount == pos) { 1835 cout << audioCount << " audioCount == pos remove audio track!!!!!!!!!" << endl; 1841 audioCount++;
|
/foundation/communication/dsoftbus/core/transmission/session/src/ |
H A D | softbus_scenario_manager.c | 71 int audioCount; member 288 counter->audioCount++; in ScenarioManagerAddBusinessType() 319 singleCount = &counter->audioCount; in ScenarioManagerDelBusinessType()
|
/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/medialibrary_backup_clone_test/src/ |
H A D | medialibrary_backup_clone_test.cpp | 350 int32_t audioCount = static_cast<int32_t>(fileInfos.size()); in HWTEST_F() local 351 EXPECT_EQ(audioCount, EXPECTED_AUDIO_COUNT); in HWTEST_F()
|
/foundation/multimedia/media_library/frameworks/services/media_backup_extension/include/ |
H A D | clone_restore.h | 114 std::string GetBackupInfoByCount(int32_t photoCount, int32_t videoCount, int32_t audioCount);
|
/foundation/multimedia/media_library/frameworks/services/media_backup_extension/src/ |
H A D | clone_restore.cpp | 1538 int32_t audioCount = QueryTotalNumberByMediaType(mediaLibraryRdb_, AudioColumn::AUDIOS_TABLE, in GetBackupInfo() local 1541 audioCount); in GetBackupInfo() 1542 return GetBackupInfoByCount(photoCount, videoCount, audioCount); in GetBackupInfo() 1560 string CloneRestore::GetBackupInfoByCount(int32_t photoCount, int32_t videoCount, int32_t audioCount) in GetBackupInfoByCount() argument 1573 { STAT_KEY_NUMBER, audioCount } in GetBackupInfoByCount()
|
Completed in 15 milliseconds