Home
last modified time | relevance | path

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

/external/opencore/engines/common/include/
Dpv_plugin_interfaces.h786 void SetFrameSize(const TSize& size) in SetFrameSize() function
/external/opencore/android/author/
Dandroid_camera_input.h306 void SetFrameSize(int w, int h);
Dauthordriver.cpp598 ((AndroidCameraInput *)mVideoInputMIO)->SetFrameSize(mVideoWidth, mVideoHeight); in handleSetVideoSize()
Dandroid_camera_input.cpp668 void AndroidCameraInput::SetFrameSize(int w, int h) in SetFrameSize() function in AndroidCameraInput