Home
last modified time | relevance | path

Searched refs:g_width (Results 1 – 15 of 15) sorted by relevance

/ohos5.0/foundation/arkui/ui_lite/test/uitest/test_slider/
H A Dui_test_slider.cpp34 static uint16_t g_width = 50; variable
431 g_width = 50; // 50: width in OnClick()
438 slider_->SetValidWidth(g_width); in OnClick()
468 g_width--; in ExpandClick1()
469 slider_->SetValidWidth(g_width); in ExpandClick1()
486 g_width = DEFAULT_HEIGHT; in ExpandClick1()
489 slider_->SetValidWidth(g_width); in ExpandClick1()
494 g_width = DEFAULT_HEIGHT; in ExpandClick1()
497 slider_->SetValidWidth(g_width); in ExpandClick1()
502 g_width = DEFAULT_WIDTH; in ExpandClick1()
[all …]
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/components/test/unittest/common/
H A Dpicker_view_tdd_test.cpp179 SetNumStyle("width", g_width); in ComponentPickerviewAttributeSetTest002()
239 SetNumStyle("width", g_width); in ComponentPickerviewAttributeSetTest003()
313 SetNumStyle("width", g_width); in ComponentPickerviewAttributeSetTest004()
367 SetNumStyle("width", g_width); in ComponentPickerviewAttributeSetTest005()
H A Dpicker_view_tdd_test.h35 static int32_t g_width = 400; variable
/ohos5.0/foundation/multimedia/av_codec/test/moduletest/demuxer/src/
H A Dreli_test.cpp52 static int32_t g_width = 3840; variable
65 memory = OH_AVMemory_Create(g_width * g_height); in SetUp()
188 memory_list[i] = OH_AVMemory_Create(g_width * g_height);
220 memory_list[i] = OH_AVMemory_Create(g_width * g_height);
272 memory_list[i] = OH_AVMemory_Create(g_width * g_height);
1178 memory_list[i] = OH_AVMemory_Create(g_width * g_height);
1346 memory_list[i] = OH_AVMemory_Create(g_width * g_height);
1390 memory_list[i] = OH_AVMemory_Create(g_width * g_height);
1483 memory_list[i] = OH_AVMemory_Create(g_width * g_height);
1646 memory_list[i] = OH_AVMemory_Create(g_width * g_height);
[all …]
H A Dnet2_test.cpp73 static int32_t g_width = 3840; variable
79 memory = OH_AVMemory_Create(g_width * g_height); in SetUp()
839 memory = OH_AVMemory_Create(g_width * g_height);
881 memory = OH_AVMemory_Create(g_width * g_height);
934 memory = OH_AVMemory_Create(g_width * g_height);
965 memory = OH_AVMemory_Create(g_width * g_height);
H A Dnet_test.cpp82 static int32_t g_width = 3840; variable
103 memory = OH_AVMemory_Create(g_width * g_height); in SetUp()
104 memoryV = OH_AVMemory_Create(g_width * g_height); in SetUp()
538 memory_list[i] = OH_AVMemory_Create(g_width * g_height);
591 memory_list[i] = OH_AVMemory_Create(g_width * g_height);
634 memory_list[i] = OH_AVMemory_Create(g_width * g_height);
687 memory_list[i] = OH_AVMemory_Create(g_width * g_height);
822 memory_list[i] = OH_AVMemory_Create(g_width * g_height);
875 memory_list[i] = OH_AVMemory_Create(g_width * g_height);
H A Dapi_test.cpp46 static int32_t g_width = 3840; variable
60 memory = OH_AVMemory_Create(g_width * g_height); in SetUp()
61 buffer = OH_AVBuffer_Create(g_width * g_height); in SetUp()
H A Drandomseek_test.cpp53 static int32_t g_width = 3840; variable
61 memory = OH_AVMemory_Create(g_width * g_height); in SetUp()
H A Dperf_test.cpp42 static int32_t g_width = 3840; variable
47 OH_AVMemory_Create(g_width * g_height); in SetUpTestCase()
H A Dformat_test.cpp53 static int32_t g_width = 3840; variable
74 memory = OH_AVMemory_Create(g_width * g_height); in SetUp()
H A Dfunc2_test.cpp61 static int32_t g_width = 3840; variable
71 memory = OH_AVMemory_Create(g_width * g_height); in SetUp()
H A Dproc_test.cpp53 static int32_t g_width = 3840; variable
70 memory = OH_AVMemory_Create(g_width * g_height); in SetUp()
H A Dfunc_test.cpp53 static int32_t g_width = 3840; variable
60 memory = OH_AVMemory_Create(g_width * g_height); in SetUp()
/ohos5.0/foundation/multimedia/av_codec/test/moduletest/demuxer/src/InnerAPI/
H A Dapi_test.cpp40 static int32_t g_width = 3840; variable
214 int32_t size = g_width * g_height;
302 int32_t size = g_width * g_height;
413 int32_t size = g_width * g_height;
/ohos5.0/foundation/multimedia/av_codec/test/unittest/demuxer_test/
H A Ddemuxer_unit_test.cpp41 int32_t g_width = 3840; variable
90 bufferSize_ = g_width * g_height; in SetUp()