Searched refs:TEST_HEIGHT (Results 1 – 7 of 7) sorted by relevance
72 constexpr int TEST_HEIGHT = 480; variable130 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;
36 constexpr int32_t TEST_HEIGHT = 480; variable324 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 …]
50 const int32_t TEST_HEIGHT = 1920; variable68 g_testCaptureInfoContinuousNotEncode->height_ = TEST_HEIGHT; in SetUpTestCase()77 g_testCaptureInfoContinuousNeedEncode->height_ = TEST_HEIGHT; in SetUpTestCase()86 g_testCaptureInfoSnapshot->height_ = TEST_HEIGHT; in SetUpTestCase()
55 const int32_t TEST_HEIGHT = 1920; variable79 g_testCaptureInfoOutputContinuousNotEncode->height_ = TEST_HEIGHT; in SetUpTestCase()88 g_testCaptureInfoOutputContinuousNeedEncode->height_ = TEST_HEIGHT; in SetUpTestCase()97 g_testCaptureInfoOutputSnapshot->height_ = TEST_HEIGHT; in SetUpTestCase()
97 const int32_t TEST_HEIGHT = 1; variable98 fileAsset.SetHeight(TEST_HEIGHT);99 EXPECT_EQ(fileAsset.GetHeight(), TEST_HEIGHT);
83 const int32_t TEST_HEIGHT = 1080; variable90 const int32_t TEST_HEIGHT = 480; variable146 videoInfo_false_->height_ = TEST_HEIGHT; in SetUp()160 videoInfo_true_->height_ = TEST_HEIGHT; in SetUp()
40 constexpr int32_t TEST_HEIGHT = 8; variable213 (args[PARAM1] == TEST_HEIGHT) && in isTest()385 ic.result = BuildJsSize(args.env, TEST_WIDTH, TEST_HEIGHT); in JsGetSize()