Searched refs:vInputFormat (Results 1 – 3 of 3) sorted by relevance
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/effect/test/unittest/ |
H A D | input_unittest.cpp | 45 std::weak_ptr<void> vInputFormat = inputFormat; variable 47 input->SetValue("format", vInputFormat.lock(), 1); 72 std::weak_ptr<void> vInputFormat = inputFormat; variable 74 input->SetValue("format", vInputFormat.lock(), 1); 98 std::weak_ptr<void> vInputFormat = inputFormat; variable 99 input->SetValue("format", vInputFormat.lock(), 1);
|
H A D | output_unittest.cpp | 314 std::weak_ptr<void> vInputFormat = inputFormat; variable 315 input->SetValue("format", vInputFormat.lock(), 1); 381 std::weak_ptr<void> vInputFormat = inputFormat; variable 382 input->SetValue("format", vInputFormat.lock(), 1);
|
H A D | image_chain_unittest.cpp | 95 std::weak_ptr<void> vInputFormat = inputFormat; variable 96 input->SetValue("format", vInputFormat.lock(), 1);
|