Home | History | Annotate | Download | only in HAL3

Lines Matching refs:reprocess

476      * If you feel that the image would have been rotated during reprocess
722 CDBG_HIGH("%s: Issue call to reprocess", __func__);
790 ALOGE("%s: Could not allocate offline meta buffers for input reprocess",
852 * @reproc_cfg : pointer to the reprocess config
1085 * DESCRIPTION: queue the reprocess metadata to the postprocessor
1326 * DESCRIPTION: function to clean up the offline memory used for input reprocess
1643 * DESCRIPTION: get the type of reprocess output supported by this channel
1647 * RETURN : reprocess_type_t : type of reprocess
2034 * DESCRIPTION: get the type of reprocess output supported by this channel
2038 * RETURN : reprocess_type_t : type of reprocess
2407 /* initialize offline meta memory for input reprocess */
2554 ALOGE("%s: Error, request for frame number is a reprocess.", __func__);
2577 // There is pending reprocess buffer, cache current buffer
2770 * DESCRIPTION: get the type of reprocess output supported by this channel
2774 * RETURN : reprocess_type_t : type of reprocess
3023 /* initialize offline meta memory for input reprocess */
3134 CDBG_HIGH("%s: Issue call to reprocess", __func__);
3369 * DESCRIPTION: get the type of reprocess output supported by this channel
3373 * RETURN : reprocess_type_t : type of reprocess
3377 /* a picture channel could either use the postprocessor for reprocess+jpeg
3378 or only for reprocess */
3389 /* Reprocess Channel methods */
3619 * DESCRIPTION: register the buffers of the reprocess channel
3643 * DESCRIPTION: release the reprocess channel buffers
3692 * DESCRIPTION: start reprocess channel.
3722 * DESCRIPTION: stop reprocess channel.
3747 * DESCRIPTION: find reprocess stream by its source stream handle
3752 * RETURN : ptr to reprocess stream if found. NULL if not found
3775 * RETURN : ptr to reprocess stream if found. NULL if not found
3863 * DESCRIPTION: Return reprocess stream buffer to free buffer list.
3927 // Find rotation info for reprocess stream
3943 // Find and insert crop info for reprocess stream
3950 // Store crop/roi information for offline reprocess
3951 // in the reprocess stream slot
3960 CDBG("%s: Reprocess stream server id: %d",
3962 CDBG("%s: Found offline reprocess crop %dx%d %dx%d",
3968 CDBG("%s: Found offline reprocess roimap %dx%d %dx%d",
3979 ALOGE("%s: No space to add reprocess stream crop/roi information",
4001 ALOGE("%s: No space to add reprocess stream cds information",
4045 // Find and insert crop info for reprocess stream
4049 // Store crop/roi information for offline reprocess
4050 // in the reprocess stream slot
4059 CDBG("%s: Reprocess stream server id: %d",
4061 CDBG("%s: Found offline reprocess crop %dx%d %dx%d", __func__,
4066 CDBG("%s: Found offline reprocess roi map %dx%d %dx%d", __func__,
4097 * DESCRIPTION: request to do a reprocess on the frame
4113 ALOGE("%s: No reprocess stream is created", __func__);
4133 ALOGE("%s: Reprocess stream not initialized!", __func__);
4243 param.reprocess.buf_index = buf_idx;
4244 param.reprocess.frame_idx = frame->input_buffer.frame_idx;
4245 param.reprocess.meta_present = 1;
4246 param.reprocess.meta_buf_index = meta_buf_idx;
4249 ALOGE("%s: stream setParameter for reprocess failed", __func__);
4269 * DESCRIPTION: request to do a reprocess on the frame
4272 * @buf_fd : fd to the input buffer that needs reprocess
4274 * @ret_val : result of reprocess.
4287 ALOGE("%s: No reprocess stream is created", __func__);
4305 param.reprocess.buf_index = buf_idx;
4306 param.reprocess.meta_present = 1;
4307 param.reprocess.meta_stream_handle = m_pMetaChannel->mStreams[0]->getMyServerID();
4308 param.reprocess.meta_buf_index = meta_frame->bufs[0]->buf_idx;
4311 ret_val = param.reprocess.ret_val;
4323 * DESCRIPTION: add reprocess streams from input source channel
4327 * @src_config : source reprocess configuration
4388 ALOGE("%s: failed to create reprocess stream", __func__);