Home
last modified time | relevance | path

Searched refs:OH_AVCapability_GetSupportedLevelsForProfile (Results 1 - 8 of 8) sorted by relevance

/foundation/multimedia/av_codec/interfaces/kits/c/
H A Dnative_avcapability.h383 OH_AVErrCode OH_AVCapability_GetSupportedLevelsForProfile(OH_AVCapability *capability, int32_t profile,
/foundation/multimedia/av_codec/test/moduletest/vcodec/encoder/src/
H A Dfunc_test.cpp1624 * @tc.name : OH_AVCapability_GetSupportedLevelsForProfile param error
1632 ret = OH_AVCapability_GetSupportedLevelsForProfile(nullptr, AVC_PROFILE_BASELINE, &levels, &levelNum); in HWTEST_F()
1638 * @tc.name : OH_AVCapability_GetSupportedLevelsForProfile param error
1648 ret = OH_AVCapability_GetSupportedLevelsForProfile(capability, 1, &levels, &levelNum); in HWTEST_F()
1654 * @tc.name : OH_AVCapability_GetSupportedLevelsForProfile param error
1663 ret = OH_AVCapability_GetSupportedLevelsForProfile(capability, AVC_PROFILE_BASELINE, nullptr, &levelNum); in HWTEST_F()
1669 * @tc.name : OH_AVCapability_GetSupportedLevelsForProfile param error
1678 ret = OH_AVCapability_GetSupportedLevelsForProfile(capability, AVC_PROFILE_BASELINE, &levels, nullptr); in HWTEST_F()
1684 * @tc.name : OH_AVCapability_GetSupportedLevelsForProfile param correct
1694 ret = OH_AVCapability_GetSupportedLevelsForProfile(capabilit in HWTEST_F()
[all...]
/foundation/multimedia/av_codec/test/moduletest/vcodec/hwdecoder/src/
H A Dapi_test.cpp2004 * @tc.name : OH_AVCapability_GetSupportedLevelsForProfile param error
2012 ret = OH_AVCapability_GetSupportedLevelsForProfile(nullptr, AVC_PROFILE_BASELINE, &levels, &levelNum); in HWTEST_F()
2018 * @tc.name : OH_AVCapability_GetSupportedLevelsForProfile param error
2028 ret = OH_AVCapability_GetSupportedLevelsForProfile(capability, 1, &levels, &levelNum); in HWTEST_F()
2034 * @tc.name : OH_AVCapability_GetSupportedLevelsForProfile param error
2043 ret = OH_AVCapability_GetSupportedLevelsForProfile(capability, AVC_PROFILE_BASELINE, nullptr, &levelNum); in HWTEST_F()
2049 * @tc.name : OH_AVCapability_GetSupportedLevelsForProfile param error
2058 ret = OH_AVCapability_GetSupportedLevelsForProfile(capability, AVC_PROFILE_BASELINE, &levels, nullptr); in HWTEST_F()
2064 * @tc.name : OH_AVCapability_GetSupportedLevelsForProfile param correct
2082 ret = OH_AVCapability_GetSupportedLevelsForProfile(capabilit in HWTEST_F()
[all...]
/foundation/multimedia/av_codec/test/unittest/codeclist_test/
H A Dcaps_unit_test.cpp784 EXPECT_EQ(OH_AVCapability_GetSupportedLevelsForProfile(nullptr, DEFAULT_VIDEO_AVC_PROFILE, &levels, &levelNum), in HWTEST_F()
969 EXPECT_EQ(OH_AVCapability_GetSupportedLevelsForProfile(cap, profile, &levels, &levelsNum), AV_ERR_OK); in HWTEST_F()
1000 EXPECT_EQ(OH_AVCapability_GetSupportedLevelsForProfile(cap, profile, &levels, &levelsNum), AV_ERR_OK); in HWTEST_F()
1031 EXPECT_EQ(OH_AVCapability_GetSupportedLevelsForProfile(cap, profile, &levels, &levelsNum), AV_ERR_OK); in HWTEST_F()
1062 EXPECT_EQ(OH_AVCapability_GetSupportedLevelsForProfile(cap, profile, &levels, &levelsNum), AV_ERR_OK); in HWTEST_F()
1093 EXPECT_EQ(OH_AVCapability_GetSupportedLevelsForProfile(cap, profile, &levels, &levelsNum), AV_ERR_OK); in HWTEST_F()
/foundation/multimedia/av_codec/test/moduletest/vcodec/hevcswdecoder/src/
H A Dapi_test.cpp2180 * @tc.name : OH_AVCapability_GetSupportedLevelsForProfile param error
2189 ret = OH_AVCapability_GetSupportedLevelsForProfile( in HWTEST_F()
2197 * @tc.name : OH_AVCapability_GetSupportedLevelsForProfile param error
2209 ret = OH_AVCapability_GetSupportedLevelsForProfile(capability, 1, &levels, &levelNum); in HWTEST_F()
2216 * @tc.name : OH_AVCapability_GetSupportedLevelsForProfile param error
2227 ret = OH_AVCapability_GetSupportedLevelsForProfile( in HWTEST_F()
2235 * @tc.name : OH_AVCapability_GetSupportedLevelsForProfile param error
2246 ret = OH_AVCapability_GetSupportedLevelsForProfile( in HWTEST_F()
2254 * @tc.name : OH_AVCapability_GetSupportedLevelsForProfile param correct
2275 ret = OH_AVCapability_GetSupportedLevelsForProfile( in HWTEST_F()
[all...]
/foundation/multimedia/av_codec/test/unittest/codeclist_test/capi/
H A Dcodeclist_capi_mock.cpp365 int32_t ret = OH_AVCapability_GetSupportedLevelsForProfile(codeclist_, profile, &levels, &levelNum); in GetSupportedLevelsForProfile()
367 std::cout << "OH_AVCapability_GetSupportedLevelsForProfile returns error: " << ret << std::endl; in GetSupportedLevelsForProfile()
/foundation/multimedia/av_codec/frameworks/native/capi/common/
H A Dnative_avcapability.cpp155 OH_AVErrCode OH_AVCapability_GetSupportedLevelsForProfile(OH_AVCapability *capability, int32_t profile, in OH_AVCapability_GetSupportedLevelsForProfile() function
/foundation/multimedia/av_codec/test/moduletest/vcodec/swdecoder/src/
H A Dapi_test.cpp1528 * @tc.name : OH_AVCapability_GetSupportedLevelsForProfile param correct
1546 ret = OH_AVCapability_GetSupportedLevelsForProfile(capability, profiles[i], &levels, &levelNum); in HWTEST_F()

Completed in 16 milliseconds