Searched refs:audioCount (Results 1 – 7 of 7) sorted by relevance
/ohos5.0/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; 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 D | softbus_scenario_manager.c | 71 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 D | medialibrary_backup_clone_test.cpp | 351 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 D | clone_restore.h | 114 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 D | clone_restore.cpp | 1563 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()
|