Searched refs:OH_VideoOutput_Stop (Results 1 – 12 of 12) sorted by relevance
87 …通过videoOutput的[OH_VideoOutput_Stop()](../../reference/apis-camera-kit/_o_h___camera.md#oh_videoout…91 ret = OH_VideoOutput_Stop(videoOutput);93 OH_LOG_ERROR(LOG_APP, "OH_VideoOutput_Stop failed.");
256 ret = OH_VideoOutput_Stop(videoOutput);258 OH_LOG_ERROR(LOG_APP, "OH_VideoOutput_Stop failed.");
87 …Call [OH_VideoOutput_Stop()](../../reference/apis-camera-kit/_o_h___camera.md#oh_videooutput_stop)…91 ret = OH_VideoOutput_Stop(videoOutput);93 OH_LOG_ERROR(LOG_APP, "OH_VideoOutput_Stop failed.");
156 Camera_ErrorCode OH_VideoOutput_Stop(Camera_VideoOutput* videoOutput);
83 Camera_ErrorCode OH_VideoOutput_Stop(Camera_VideoOutput* videoOutput) in OH_VideoOutput_Stop() function
47 | [Camera_ErrorCode](_o_h___camera.md#camera_errorcode) [OH_VideoOutput_Stop](_o_h___camera.md#oh_v…
332 | [Camera_ErrorCode](#camera_errorcode) [OH_VideoOutput_Stop](#oh_videooutput_stop) ([Camera_VideoO…6375 ### OH_VideoOutput_Stop()6378 Camera_ErrorCode OH_VideoOutput_Stop(Camera_VideoOutput* videoOutput)
329 | [Camera_ErrorCode](#camera_errorcode) [OH_VideoOutput_Stop](#oh_videooutput_stop) ([Camera_VideoO…6310 ### OH_VideoOutput_Stop()6313 Camera_ErrorCode OH_VideoOutput_Stop(Camera_VideoOutput* videoOutput)
590 ret = OH_VideoOutput_Stop(videoOutput);594 ret = OH_VideoOutput_Stop(videoOutput);650 ret = OH_VideoOutput_Stop(videoOutput);716 ret = OH_VideoOutput_Stop(videoOutput);1243 ret = OH_VideoOutput_Stop(videoOutput);1747 ret = OH_VideoOutput_Stop(videoOutput);1812 ret = OH_VideoOutput_Stop(videoOutput);1871 ret = OH_VideoOutput_Stop(videoOutput);2683 EXPECT_EQ(OH_VideoOutput_Stop(videoOutput), 0);
769 Camera_ErrorCode ret = OH_VideoOutput_Stop(videoOutput_); in VideoOutputStop()