Searched refs:OH_AVCapability_GetVideoWidthRangeForHeight (Results 1 - 9 of 9) sorted by relevance
/foundation/multimedia/av_codec/interfaces/kits/c/ |
H A D | native_avcapability.h | 240 OH_AVErrCode OH_AVCapability_GetVideoWidthRangeForHeight(OH_AVCapability *capability, int32_t height,
|
/foundation/multimedia/av_codec/test/moduletest/vcodec/encoder/src/ |
H A D | configure_test.cpp | 87 * @tc.name : OH_AVCapability_GetVideoWidthRangeForHeight param correct 97 ret = OH_AVCapability_GetVideoWidthRangeForHeight(capability, DEFAULT_HEIGHT, &range); in HWTEST_F() 117 * @tc.name : OH_AVCapability_GetVideoWidthRangeForHeight param correct 127 ret = OH_AVCapability_GetVideoWidthRangeForHeight(capability, DEFAULT_HEIGHT, &range); in HWTEST_F()
|
H A D | func_test.cpp | 1052 * @tc.name : OH_AVCapability_GetVideoWidthRangeForHeight param error 1062 ret = OH_AVCapability_GetVideoWidthRangeForHeight(nullptr, DEFAULT_WIDTH, &range); in HWTEST_F() 1068 * @tc.name : OH_AVCapability_GetVideoWidthRangeForHeight param error 1076 ret = OH_AVCapability_GetVideoWidthRangeForHeight(capability, DEFAULT_WIDTH, nullptr); in HWTEST_F() 1082 * @tc.name : OH_AVCapability_GetVideoWidthRangeForHeight param error 1092 ret = OH_AVCapability_GetVideoWidthRangeForHeight(capability, 0, &range); in HWTEST_F() 2061 * @tc.name : OH_AVCapability_GetVideoWidthRangeForHeight param error 2069 ret = OH_AVCapability_GetVideoWidthRangeForHeight(capability, DEFAULT_WIDTH, nullptr); in HWTEST_F() 2075 * @tc.name : OH_AVCapability_GetVideoWidthRangeForHeight param error 2085 ret = OH_AVCapability_GetVideoWidthRangeForHeight(capabilit in HWTEST_F() [all...] |
/foundation/multimedia/av_codec/test/moduletest/vcodec/swdecoder/src/ |
H A D | api_test.cpp | 912 * @tc.name : OH_AVCapability_GetVideoWidthRangeForHeight param error 922 ret = OH_AVCapability_GetVideoWidthRangeForHeight(nullptr, DEFAULT_HEIGHT, &range); in HWTEST_F() 928 * @tc.name : OH_AVCapability_GetVideoWidthRangeForHeight param error 936 ret = OH_AVCapability_GetVideoWidthRangeForHeight(capability, DEFAULT_HEIGHT, nullptr); in HWTEST_F() 942 * @tc.name : OH_AVCapability_GetVideoWidthRangeForHeight param error 952 ret = OH_AVCapability_GetVideoWidthRangeForHeight(capability, 0, &range); in HWTEST_F() 958 * @tc.name : OH_AVCapability_GetVideoWidthRangeForHeight param correct 968 ret = OH_AVCapability_GetVideoWidthRangeForHeight(capability, DEFAULT_HEIGHT, &range); in HWTEST_F()
|
/foundation/multimedia/av_codec/test/moduletest/vcodec/hwdecoder/src/ |
H A D | api_test.cpp | 1048 * @tc.name : OH_AVCapability_GetVideoWidthRangeForHeight param error 1058 ret = OH_AVCapability_GetVideoWidthRangeForHeight(nullptr, DEFAULT_HEIGHT, &range); in HWTEST_F() 1064 * @tc.name : OH_AVCapability_GetVideoWidthRangeForHeight param error 1072 ret = OH_AVCapability_GetVideoWidthRangeForHeight(capability, DEFAULT_HEIGHT, nullptr); in HWTEST_F() 1078 * @tc.name : OH_AVCapability_GetVideoWidthRangeForHeight param error 1088 ret = OH_AVCapability_GetVideoWidthRangeForHeight(capability, 0, &range); in HWTEST_F() 1094 * @tc.name : OH_AVCapability_GetVideoWidthRangeForHeight param correct 1104 ret = OH_AVCapability_GetVideoWidthRangeForHeight(capability, DEFAULT_HEIGHT, &range); in HWTEST_F() 1126 * @tc.name : OH_AVCapability_GetVideoWidthRangeForHeight param correct 1136 ret = OH_AVCapability_GetVideoWidthRangeForHeight(capabilit in HWTEST_F() [all...] |
/foundation/multimedia/av_codec/test/moduletest/vcodec/hevcswdecoder/src/ |
H A D | api_test.cpp | 1085 * @tc.name : OH_AVCapability_GetVideoWidthRangeForHeight param error 1097 ret = OH_AVCapability_GetVideoWidthRangeForHeight(nullptr, DEFAULT_HEIGHT, &range); in HWTEST_F() 1104 * @tc.name : OH_AVCapability_GetVideoWidthRangeForHeight param error 1114 ret = OH_AVCapability_GetVideoWidthRangeForHeight(capability, DEFAULT_HEIGHT, nullptr); in HWTEST_F() 1121 * @tc.name : OH_AVCapability_GetVideoWidthRangeForHeight param error 1133 ret = OH_AVCapability_GetVideoWidthRangeForHeight(capability, 0, &range); in HWTEST_F() 1140 * @tc.name : OH_AVCapability_GetVideoWidthRangeForHeight param correct 1152 ret = OH_AVCapability_GetVideoWidthRangeForHeight(capability, DEFAULT_HEIGHT, &range); in HWTEST_F() 1176 * @tc.name : OH_AVCapability_GetVideoWidthRangeForHeight param correct 1188 ret = OH_AVCapability_GetVideoWidthRangeForHeight(capabilit in HWTEST_F() [all...] |
/foundation/multimedia/av_codec/test/unittest/codeclist_test/capi/ |
H A D | codeclist_capi_mock.cpp | 199 int32_t ret = OH_AVCapability_GetVideoWidthRangeForHeight(codeclist_, height, &range); in GetVideoWidthRangeForHeight() 201 std::cout << "OH_AVCapability_GetVideoWidthRangeForHeight returns error: " << ret << std::endl; in GetVideoWidthRangeForHeight()
|
/foundation/multimedia/av_codec/frameworks/native/capi/common/ |
H A D | native_avcapability.cpp | 389 OH_AVErrCode OH_AVCapability_GetVideoWidthRangeForHeight(OH_AVCapability *capability, int32_t height, in OH_AVCapability_GetVideoWidthRangeForHeight() function
|
/foundation/multimedia/av_codec/test/unittest/codeclist_test/ |
H A D | caps_unit_test.cpp | 821 EXPECT_EQ(OH_AVCapability_GetVideoWidthRangeForHeight(nullptr, DEFAULT_HEIGHT, &range), AV_ERR_INVALID_VAL); in HWTEST_F()
|
Completed in 14 milliseconds