Searched refs:request (Results 1 - 22 of 22) sorted by relevance

/hardware/samsung_slsi/exynos5/libcamera2/
H A DMetadataConverter.h49 status_t ToInternalShot(camera_metadata_t * request, struct camera2_shot_ext * dst_ext);
55 status_t ApplySceneModeParameters(camera_metadata_t * request, struct camera2_shot_ext * dst_ext);
H A DMetadataConverter.cpp76 status_t MetadataConverter::ToInternalShot(camera_metadata_t * request, struct camera2_shot_ext * dst_ext) argument
85 if (request == NULL || dst_ext == NULL)
96 num_entry = (uint32_t)get_camera_metadata_entry_count(request);
99 if (get_camera_metadata_entry(request, index, &curr_entry)==0) {
322 dst->ctl.request.id = curr_entry.data.i32[0];
323 ALOGV("DEBUG(%s): ANDROID_REQUEST_ID (%d)", __FUNCTION__, dst->ctl.request.id);
329 dst->ctl.request.metadataMode = (enum metadata_mode)curr_entry.data.u8[0];
330 ALOGV("DEBUG(%s): ANDROID_REQUEST_METADATA_MODE (%d)", __FUNCTION__, (int)( dst->ctl.request.metadataMode));
337 dst->ctl.request.outputStreams[0] = 0;
340 dst->ctl.request
393 ApplySceneModeParameters(camera_metadata_t * request, struct camera2_shot_ext * dst_ext) argument
[all...]
H A DExynosCamera2.h98 camera_metadata_t **request, bool sizeRequest);
H A DExynosCamera2.cpp363 status_t addOrSize(camera_metadata_t *request, argument
372 return add_camera_metadata_entry(request, tag, entryData,
674 camera_metadata_t **request,
682 if ( ( ret = addOrSize(*request, sizeRequest, &entryCount, &dataCount, \
689 /** android.request */
949 "request template type %d",
951 *request = allocate_camera_metadata(entryCount, dataCount);
952 if (*request == NULL) {
953 ALOGE("Unable to allocate new request template type %d "
672 constructDefaultRequest( int request_template, camera_metadata_t **request, bool sizeRequest) argument
H A DExynosCameraHWInterface2.cpp315 entries[i].internal_shot.shot.ctl.request.frameCount = -1;
367 if (newEntry->internal_shot.shot.ctl.request.outputStreams[0] & MASK_OUTPUT_SCP)
370 if (newEntry->internal_shot.shot.ctl.request.outputStreams[0] & MASK_OUTPUT_SCC)
383 m_numOfEntries,m_entryInsertionIndex,m_entryProcessingIndex, m_entryFrameOutputIndex, newEntry->internal_shot.shot.ctl.request.frameCount);
404 m_lastCompletedFrameCnt = currentEntry->internal_shot.shot.ctl.request.frameCount;
409 currentEntry->internal_shot.shot.ctl.request.frameCount = -1;
448 currentEntry->internal_shot.shot.ctl.request.frameCount, currentEntry->internal_shot.shot.dm.sensor.timeStamp);
470 ALOGV("## MarkProcReq skipping(request underrun) - num(%d), insert(%d), processing(%d), frame(%d)",
483 CAM_LOGD("DBG: entrie[%d].stream output cnt = %d, framecnt(%d)", i, entries[i].output_stream_count, entries[i].internal_shot.shot.ctl.request.frameCount);
493 shot_ext->shot.ctl.request
1651 constructDefaultRequest(int request_template, camera_metadata_t **request) argument
6214 HAL2_device_construct_default_request(const struct camera2_device *dev, int request_template, camera_metadata_t **request) argument
[all...]
H A Dfimc-is-metadata.h660 struct camera2_request_ctl request; member in struct:camera2_ctl
682 struct camera2_request_dm request; member in struct:camera2_dm
H A DExynosCameraHWInterface2.h458 virtual int constructDefaultRequest(int request_template, camera_metadata_t **request);
/hardware/libhardware/tests/camera2/
H A Dcamera2.cpp423 camera_metadata_t *request; local
424 request = allocate_camera_metadata(20, 2000);
427 add_camera_metadata_entry(request,
431 add_camera_metadata_entry(request,
436 add_camera_metadata_entry(request,
440 add_camera_metadata_entry(request,
444 add_camera_metadata_entry(request,
448 add_camera_metadata_entry(request,
453 add_camera_metadata_entry(request,
458 std::cout << "Input request
557 camera_metadata_t *request; local
676 camera_metadata_t *request = NULL; local
726 camera_metadata_t *request; local
[all...]
/hardware/libhardware/modules/camera/
H A DCamera.h45 int processCaptureRequest(camera3_capture_request_t *request);
H A DCamera.cpp128 // TODO: return statically built default request
132 int Camera::processCaptureRequest(camera3_capture_request_t *request) argument
134 ALOGV("%s:%d: request=%p", __func__, mId, request);
137 if (request == NULL) {
138 ALOGE("%s:%d: NULL request recieved", __func__, mId);
143 // TODO: verify request; submit request to hardware
192 camera3_capture_request_t *request)
194 return camdev_to_camera(dev)->processCaptureRequest(request);
191 process_capture_request(const camera3_device_t *dev, camera3_capture_request_t *request) argument
[all...]
/hardware/ril/reference-ril/
H A Dreference-ril.c163 static void onRequest (int request, void *data, size_t datalen, RIL_Token t);
174 extern const char * requestToString(int request);
490 /* details for a context we didn't hear about in the last request */
879 static void requestSetPreferredNetworkType( int request, void *data, argument
926 static void requestGetPreferredNetworkType(int request, void *data, argument
951 static void requestCdmaPrlVersion(int request, void *data, argument
975 static void requestCdmaBaseBandVersion(int request, void *data, argument
994 static void requestCdmaDeviceIdentity(int request, void *data, argument
1031 static void requestCdmaGetSubscriptionSource(int request, void *data, argument
1064 static void requestCdmaSetSubscriptionSource(int request, voi argument
1096 requestCdmaSubscription(int request, void *data, size_t datalen, RIL_Token t) argument
1124 requestCdmaGetRoamingPreference(int request, void *data, size_t datalen, RIL_Token t) argument
1150 requestCdmaSetRoamingPreference(int request, void *data, size_t datalen, RIL_Token t) argument
1287 requestRegistrationState(int request, void *data, size_t datalen, RIL_Token t) argument
1889 onRequest(int request, void *data, size_t datalen, RIL_Token t) argument
[all...]
H A Dril.h1142 * (request will be made again in a few hundred msec)
1189 * After this HANGUP request returns, RIL should show the connection is NOT
1210 * After this HANGUP request returns, RIL should show the connection is NOT
1229 * After this HANGUP request returns, RIL should show the connection is NOT
1691 * ((const char **)data)[6] is the connection type to request must be one of the
1757 * "data" is a const char * containing the USSD request in UTF-8 format
1920 * FIXME would like request that specified RP-ACK/RP-ERROR PDU
1934 * The request is DEPRECATED, use RIL_REQUEST_DEVICE_IDENTITY
1953 * The request is DEPRECATED, use RIL_REQUEST_DEVICE_IDENTITY
2124 * This request mus
[all...]
/hardware/libhardware/include/hardware/
H A Dcamera3.h72 * - Reworked input request and stream queue interfaces: Framework calls into
73 * HAL with next request and stream buffers already dequeued. Sync framework
114 * 7. The framework constructs and sends the first capture request to the HAL,
119 * return of this call until it is ready for the next request to be sent.
126 * 9. When the capture of a request begins (sensor starts exposing for the
189 * between capture request settings and the actual image data
268 * android.request.id (controls)
269 * android.request.id (dynamic)
302 * that request completes for high-resolution captures for limited-mode
320 * the settings for the next request t
[all...]
H A Dcamera2.h212 * 6. All dequeued request buffers must be returned to the framework by calling
218 * Get the count of request buffers pending in the queue. May return
219 * CAMERA2_REQUEST_QUEUE_IS_BOTTOMLESS if a repeating request (stream
220 * request) is currently configured. Calling this method has no effect on
255 * 3. In case of an error, a request to flush the pipeline, or shutdown, the
272 * filled. Use when encountering errors, or flushing the internal request queue.
313 * The exposure of a given request has begun. Argument ext1 contains the
363 * An error has occurred in processing a request. No output (metadata or
364 * buffers) will be produced for this request. ext2 contains the frame
365 * number of the request
[all...]
/hardware/msm7k/librpc/
H A Dsvc_clnt_common.c17 static bool_t xdr_std_control(xdr_s_type *xdr, int request, void *info) argument
19 return r_control(xdr->fd, request, info);
/hardware/samsung_slsi/exynos5/libv4l2/
H A Dexynos_v4l2.c345 static int __v4l2_s_fmt(int fd, unsigned int request, struct v4l2_format *fmt) argument
365 ret = ioctl(fd, request, fmt);
367 if (request == VIDIOC_TRY_FMT)
/hardware/samsung_slsi/exynos5/original-kernel-headers/linux/
H A Dfimc-is-metadata.h38 /* android.request */
713 struct camera2_request_ctl request; member in struct:camera2_ctl
732 struct camera2_request_dm request; member in struct:camera2_dm
951 this frame count is from FLITE through dm.request.fcount,
959 this request count is from HAL through ctl.request.fcount,
962 [X] request count
/hardware/msm7k/libaudio-qdsp5v2/
H A DAudioHardware.cpp135 AudioParameter request = AudioParameter(keys); local
/hardware/msm7k/librpc/rpc/
H A Dtypes.h103 * request.
269 * Reply header to an rpc request that was accepted by the server.
270 * Note: there could be an error even though the request was
288 * Reply to an rpc request that was denied by the server.
350 bool_t (*xdr_control) (xdr_s_type *xdr, int request, void *info);
/hardware/ril/libril/
H A Dril.cpp86 // request, response, and unsolicited msg print macro
243 extern "C" const char * requestToString(int request);
320 * Issue a single local request, ensuring that the response
324 issueLocalRequest(int request, void *data, int len) { argument
332 pRI->pCI = &(s_commands[request]);
343 RLOGD("C[locl]> %s", requestToString(request));
345 s_callbacks.onRequest(request, data, len, pRI);
354 int32_t request; local
362 status = p.readInt32(&request);
366 RLOGE("invalid request bloc
[all...]
/hardware/ril/include/telephony/
H A Dril.h1142 * (request will be made again in a few hundred msec)
1189 * After this HANGUP request returns, RIL should show the connection is NOT
1210 * After this HANGUP request returns, RIL should show the connection is NOT
1229 * After this HANGUP request returns, RIL should show the connection is NOT
1691 * ((const char **)data)[6] is the connection type to request must be one of the
1757 * "data" is a const char * containing the USSD request in UTF-8 format
1920 * FIXME would like request that specified RP-ACK/RP-ERROR PDU
1934 * The request is DEPRECATED, use RIL_REQUEST_DEVICE_IDENTITY
1953 * The request is DEPRECATED, use RIL_REQUEST_DEVICE_IDENTITY
2124 * This request mus
[all...]
/hardware/msm7k/libaudio-qsd8k/
H A DAudioHardware.cpp511 AudioParameter request = AudioParameter(keys); local
519 if (request.get(key, value) == NO_ERROR) {

Completed in 3388 milliseconds