Searched defs:ret_val (Results 1 - 5 of 5) sorted by relevance

/hardware/qcom/media/mm-video-legacy/vidc/common/src/
H A Dextra_data_handler.cpp428 OMX_U32 i, ret_val = 0; local
447 ret_val = create_rbsp(buffer, NAL_TYPE_SEI);
453 return ret_val;
/hardware/qcom/media/mm-video-v4l2/vidc/common/src/
H A Dextra_data_handler.cpp501 OMX_U32 i, ret_val = 0; local
521 ret_val = create_rbsp(buffer, NAL_TYPE_SEI);
527 return ret_val;
/hardware/qcom/camera/QCamera2/HAL/
H A DQCameraChannel.cpp795 * @ret_val : result of reprocess.
804 int32_t &ret_val)
825 ret_val = param.reprocess.ret_val;
802 doReprocess(int buf_fd, uint32_t buf_length, int32_t &ret_val) argument
/hardware/qcom/camera/QCamera2/HAL3/
H A DQCamera3Channel.cpp2090 * @ret_val : result of reprocess.
2099 int32_t &ret_val,
2128 ret_val = param.reprocess.ret_val;
2097 doReprocess(int buf_fd, uint32_t buf_length, int32_t &ret_val, mm_camera_super_buf_t *meta_frame) argument
/hardware/qcom/camera/QCamera2/stack/common/
H A Dcam_intf.h315 int32_t ret_val; /* return value from reprocess. Could have different meanings. member in struct:__anon424

Completed in 2378 milliseconds