Home
last modified time | relevance | path

Searched refs:InitFrame (Results 1 – 4 of 4) sorted by relevance

/external/webrtc/talk/media/webrtc/
Dwebrtcvideoframefactory_unittest.cc39 void InitFrame(webrtc::VideoRotation frame_rotation) { in InitFrame() function in WebRtcVideoFrameFactoryTest
85 InitFrame(webrtc::kVideoRotation_270); in TestCreateAliasedFrame()
/external/v8/src/wasm/
Dwasm-interpreter.h118 void InitFrame(const WasmFunction* function, WasmValue* args);
Dwasm-debug.cc199 thread->InitFrame(&module()->functions[func_index], wasm_args.start()); in Execute()
Dwasm-interpreter.cc1098 void InitFrame(const WasmFunction* function, WasmValue* args) { in InitFrame() function in v8::internal::wasm::__anon49171a620111::ThreadImpl
3016 void WasmInterpreter::Thread::InitFrame(const WasmFunction* function, in InitFrame() function in v8::internal::wasm::WasmInterpreter::Thread
3018 ToImpl(this)->InitFrame(function, args); in InitFrame()