• Home
  • Raw
  • Download

Lines Matching refs:HAL

24  * Camera device HAL, legacy version
26 * DEPRECATED. New devices are strongly recommended to use Camera HAL v3.2 or
45 * An unexpected internal camera HAL error occurred, and the
68 * An unexpected internal camera HAL error occurred, and the
85 * camera ID. If the operation is successful, HAL must notify the framework
101 * flash unit, if HAL cannot keep multiple torch modes on simultaneously,
102 * HAL must turn off the torch mode that was turned on by
159 * @param callback Interface to invoke by the HAL for device callbacks.
202 * HAL must not rely on its client to call releaseRecordingFrame() to
203 * release video recording frames sent out by the cameral HAL before and
204 * after the disableMsgType(CAMERA_MSG_VIDEO_FRAME) call. Camera HAL
242 * Request the camera HAL to store meta data or real YUV data in the video
244 * it is not called, the default camera HAL behavior is to store real YUV
257 * buffers. If the camera HAL does not support storing the meta data in the
259 * returned. It is very useful for the camera HAL to pass meta data rather
264 * @param enable Set to true to instruct the camera HAL to store meta data
265 * in the video buffers; false to instruct the camera HAL to store real
277 * a camera HAL client via releaseRecordingFrame() before the client calls
279 * disableMsgType(CAMERA_MSG_VIDEO_FRAME), it is the camera HAL's
303 * It is camera HAL client's responsibility to release video recording
304 * frames sent out by the camera HAL before the camera HAL receives a call
306 * disableMsgType(CAMERA_MSG_VIDEO_FRAME), it is the camera HAL's
310 * @param bufferIndex The specific buffer index to return to the HAL.
318 * It is camera HAL client's responsibility to release video recording
319 * frames sent out by the camera HAL before the camera HAL receives a call
321 * disableMsgType(CAMERA_MSG_VIDEO_FRAME), it is the camera HAL's
325 * @param bufferIndex The specific buffer index to return to the HAL.
334 * It is camera HAL client's responsibility to release video recording
335 * frames sent out by the camera HAL before the camera HAL receives a call
337 * disableMsgType(CAMERA_MSG_VIDEO_FRAME), it is the camera HAL's
340 * @param batch A batch of recording frames to be released by camera HAL.