Searched refs:fb (Results 1 - 3 of 3) sorted by relevance
/foundation/CastEngine/castengine_wifi_display/tests/unittest/protocol/rtcp/ |
H A D | rtcp_unit_test.cpp | 329 auto fb = std::make_shared<RtcpFB>(); in HWTEST_F() local 330 EXPECT_NE(fb, nullptr); in HWTEST_F() 335 auto fb = std::make_shared<RtcpFB>(); in HWTEST_F() local 336 EXPECT_NE(fb, nullptr); in HWTEST_F() 337 auto ret = fb->GetFciSize(); in HWTEST_F() 343 auto fb = std::make_shared<RtcpFB>(); in HWTEST_F() local 344 EXPECT_NE(fb, nullptr); in HWTEST_F() 345 auto ret = fb->GetFciPtr(); in HWTEST_F()
|
/foundation/graphic/graphic_3d/lume/LumeRender/src/gles/ |
H A D | node_context_pool_manager_gles.cpp | 754 LowlevelFramebufferGL fb; in GetFramebufferHandle() local 757 fb.fbos.resize(rpd.subpassCount); in GetFramebufferHandle() 765 fb.fbos.data(), in GetFramebufferHandle() 766 [this, &fb, &fboMap, images = array_view<const BindImage>(images), in GetFramebufferHandle() 768 return ProcessSubPass(device_, fb, fboMap, images, imageMap, subpass, in GetFramebufferHandle() 772 PLUGIN_LOG_V("Created framebuffer with %u subpasses at size [%u %u]", rpd.subpassCount, fb.width, fb.height); in GetFramebufferHandle() 774 if (!fb.width || !fb.height) { in GetFramebufferHandle() 782 *pos = move(fb); in GetFramebufferHandle() [all...] |
/foundation/graphic/graphic_3d/lume/LumeFont/src/ |
H A D | font_manager.cpp | 175 auto fb = std::make_shared<FontBuffer>(this, typeFace.uid, bytes); in CreateFontBuffer() local 177 fontBuffers_.insert({ typeFace.uid, fb }); in CreateFontBuffer() 180 return fb; in CreateFontBuffer()
|
Completed in 4 milliseconds