Searched refs:OH_AVCapability_GetVideoWidthRange (Results 1 - 10 of 10) sorted by relevance
/foundation/multimedia/av_codec/interfaces/kits/c/ |
H A D | native_avcapability.h | 252 * obtained through {@link OH_AVCapability_GetVideoWidthRange}, or the heightRange is nullptr. 268 OH_AVErrCode OH_AVCapability_GetVideoWidthRange(OH_AVCapability *capability, OH_AVRange *widthRange);
|
/foundation/multimedia/av_codec/test/moduletest/vcodec/encoder/src/ |
H A D | configure_test.cpp | 216 * @tc.name : OH_AVCapability_GetVideoWidthRange param correct 226 ret = OH_AVCapability_GetVideoWidthRange(capability, &range); in HWTEST_F() 249 * @tc.name : OH_AVCapability_GetVideoWidthRange param correct 259 ret = OH_AVCapability_GetVideoWidthRange(capability, &range); in HWTEST_F()
|
H A D | func_test.cpp | 1144 * @tc.name : OH_AVCapability_GetVideoWidthRange param error 1151 ret = OH_AVCapability_GetVideoWidthRange(nullptr, &range); in HWTEST_F() 1157 * @tc.name : OH_AVCapability_GetVideoWidthRange param error 1165 ret = OH_AVCapability_GetVideoWidthRange(capability, nullptr); in HWTEST_F() 1212 ret = OH_AVCapability_GetVideoWidthRange(capability, &widthRange); in HWTEST_F() 2140 * @tc.name : OH_AVCapability_GetVideoWidthRange param error 2148 ret = OH_AVCapability_GetVideoWidthRange(capability, nullptr); in HWTEST_F() 2154 * @tc.name : OH_AVCapability_GetVideoWidthRange param correct 2164 ret = OH_AVCapability_GetVideoWidthRange(capability, &range); in HWTEST_F() 2220 ret = OH_AVCapability_GetVideoWidthRange(capabilit in HWTEST_F() [all...] |
/foundation/multimedia/av_codec/test/moduletest/vcodec/swdecoder/src/ |
H A D | api_test.cpp | 1068 * @tc.name : OH_AVCapability_GetVideoWidthRange param error 1075 ret = OH_AVCapability_GetVideoWidthRange(nullptr, &range); in HWTEST_F() 1081 * @tc.name : OH_AVCapability_GetVideoWidthRange param error 1089 ret = OH_AVCapability_GetVideoWidthRange(capability, nullptr); in HWTEST_F() 1095 * @tc.name : OH_AVCapability_GetVideoWidthRange param correct 1105 ret = OH_AVCapability_GetVideoWidthRange(capability, &range); in HWTEST_F() 1156 ret = OH_AVCapability_GetVideoWidthRange(capability, &widthRange); in HWTEST_F()
|
/foundation/multimedia/av_codec/test/moduletest/vcodec/hwdecoder/src/ |
H A D | api_test.cpp | 1127 * @tc.desc : api test //ret = OH_AVCapability_GetVideoWidthRange(capability, &range); 1268 * @tc.name : OH_AVCapability_GetVideoWidthRange param error 1275 ret = OH_AVCapability_GetVideoWidthRange(nullptr, &range); in HWTEST_F() 1281 * @tc.name : OH_AVCapability_GetVideoWidthRange param error 1289 ret = OH_AVCapability_GetVideoWidthRange(capability, nullptr); in HWTEST_F() 1295 * @tc.name : OH_AVCapability_GetVideoWidthRange param correct 1305 ret = OH_AVCapability_GetVideoWidthRange(capability, &range); in HWTEST_F() 1327 * @tc.name : OH_AVCapability_GetVideoWidthRange param correct 1337 ret = OH_AVCapability_GetVideoWidthRange(capability, &range); in HWTEST_F() 1435 ret = OH_AVCapability_GetVideoWidthRange(capabilit in HWTEST_F() [all...] |
/foundation/multimedia/av_codec/test/moduletest/vcodec/hevcswdecoder/src/ |
H A D | api_test.cpp | 1177 * @tc.desc : api test //ret = OH_AVCapability_GetVideoWidthRange(capability, &range); 1335 * @tc.name : OH_AVCapability_GetVideoWidthRange param error 1343 ret = OH_AVCapability_GetVideoWidthRange(nullptr, &range); in HWTEST_F() 1350 * @tc.name : OH_AVCapability_GetVideoWidthRange param error 1360 ret = OH_AVCapability_GetVideoWidthRange(capability, nullptr); in HWTEST_F() 1367 * @tc.name : OH_AVCapability_GetVideoWidthRange param correct 1379 ret = OH_AVCapability_GetVideoWidthRange(capability, &range); in HWTEST_F() 1403 * @tc.name : OH_AVCapability_GetVideoWidthRange param correct 1415 ret = OH_AVCapability_GetVideoWidthRange(capability, &range); in HWTEST_F() 1523 ret = OH_AVCapability_GetVideoWidthRange(capabilit in HWTEST_F() [all...] |
/foundation/multimedia/av_codec/test/unittest/codeclist_test/capi/ |
H A D | codeclist_capi_mock.cpp | 235 int32_t ret = OH_AVCapability_GetVideoWidthRange(codeclist_, &range); in GetVideoWidthRange() 237 std::cout << "OH_AVCapability_GetVideoWidthRange returns error: " << ret << std::endl; in GetVideoWidthRange()
|
/foundation/multimedia/av_codec/frameworks/native/capi/common/ |
H A D | native_avcapability.cpp | 431 OH_AVErrCode OH_AVCapability_GetVideoWidthRange(OH_AVCapability *capability, OH_AVRange *widthRange) in OH_AVCapability_GetVideoWidthRange() function
|
/foundation/multimedia/av_codec/test/unittest/codec_param_checker_test/ |
H A D | codec_param_checker_test.cpp | 59 if (OH_AVCapability_GetVideoWidthRange(encoderCapability, &range) == AV_ERR_OK) { in SetUpTestCase()
|
/foundation/multimedia/av_codec/test/unittest/codeclist_test/ |
H A D | caps_unit_test.cpp | 831 EXPECT_EQ(OH_AVCapability_GetVideoWidthRange(nullptr, &range), AV_ERR_INVALID_VAL); in HWTEST_F()
|
Completed in 17 milliseconds