Home
last modified time | relevance | path

Searched refs:TEST_HEIGHT (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/drivers/peripheral/distributed_camera/hdi_service/test/unittest/common/dstream_operator/
H A Ddstream_operator_test.cpp72 constexpr int TEST_HEIGHT = 480; variable
130 streamInfo.height_ = TEST_HEIGHT;
158 streamInfo.height_ = TEST_HEIGHT;
184 streamInfo.height_ = TEST_HEIGHT;
218 streamInfo.height_ = TEST_HEIGHT;
255 streamInfo.height_ = TEST_HEIGHT;
289 streamInfo.height_ = TEST_HEIGHT;
330 streamInfo.height_ = TEST_HEIGHT;
/ohos5.0/foundation/multimedia/av_codec/test/unittest/avmuxer_test/
H A Davmuxer_unit_test.cpp36 constexpr int32_t TEST_HEIGHT = 480; variable
324 videoParams->PutIntValue(OH_MD_KEY_HEIGHT, TEST_HEIGHT);
331 videoParams->PutIntValue(OH_MD_KEY_HEIGHT, TEST_HEIGHT);
413 avParam->PutIntValue(OH_MD_KEY_HEIGHT, TEST_HEIGHT);
481 avParam->PutIntValue(OH_MD_KEY_HEIGHT, TEST_HEIGHT);
526 videoParam->PutIntValue(OH_MD_KEY_HEIGHT, TEST_HEIGHT);
1849 videoParams->Set<Tag::VIDEO_HEIGHT>(TEST_HEIGHT);
1892 videoParams->Set<Tag::VIDEO_HEIGHT>(TEST_HEIGHT);
1940 videoParams->Set<Tag::VIDEO_HEIGHT>(TEST_HEIGHT);
1988 videoParams->Set<Tag::VIDEO_HEIGHT>(TEST_HEIGHT);
[all …]
/ohos5.0/foundation/distributedhardware/distributed_camera/services/cameraservice/sinkservice/test/unittest/common/distributedcameramgr/
H A Ddcamera_sink_data_process_test.cpp50 const int32_t TEST_HEIGHT = 1920; variable
68 g_testCaptureInfoContinuousNotEncode->height_ = TEST_HEIGHT; in SetUpTestCase()
77 g_testCaptureInfoContinuousNeedEncode->height_ = TEST_HEIGHT; in SetUpTestCase()
86 g_testCaptureInfoSnapshot->height_ = TEST_HEIGHT; in SetUpTestCase()
H A Ddcamera_sink_output_test.cpp55 const int32_t TEST_HEIGHT = 1920; variable
79 g_testCaptureInfoOutputContinuousNotEncode->height_ = TEST_HEIGHT; in SetUpTestCase()
88 g_testCaptureInfoOutputContinuousNeedEncode->height_ = TEST_HEIGHT; in SetUpTestCase()
97 g_testCaptureInfoOutputSnapshot->height_ = TEST_HEIGHT; in SetUpTestCase()
/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/medialibrary_helper_test/src/
H A Dfile_asset_test.cpp97 const int32_t TEST_HEIGHT = 1; variable
98 fileAsset.SetHeight(TEST_HEIGHT);
99 EXPECT_EQ(fileAsset.GetHeight(), TEST_HEIGHT);
/ohos5.0/foundation/distributedhardware/distributed_camera/services/cameraservice/cameraoperator/client/test/unittest/common/cameraoperator/
H A Ddcamera_client_test.cpp83 const int32_t TEST_HEIGHT = 1080; variable
90 const int32_t TEST_HEIGHT = 480; variable
146 videoInfo_false_->height_ = TEST_HEIGHT; in SetUp()
160 videoInfo_true_->height_ = TEST_HEIGHT; in SetUp()
/ohos5.0/foundation/multimedia/image_framework/frameworks/kits/js/common/
H A Dimage_creator_napi.cpp40 constexpr int32_t TEST_HEIGHT = 8; variable
213 (args[PARAM1] == TEST_HEIGHT) && in isTest()
385 ic.result = BuildJsSize(args.env, TEST_WIDTH, TEST_HEIGHT); in JsGetSize()