Home | History | Annotate | Download | only in HAL

Lines Matching full:preview

262  * DESCRIPTION: send a preview callback when a specific selected scene is applied
336 ALOGE("%s: Error triggering scene select preview callback", __func__);
341 ALOGE("%s: No preview buffer found in scene select super buffer", __func__);
507 * DESCRIPTION: helper function to handle preview frame from preview stream in
519 * preview frame will be sent to display, and an older frame
545 ALOGE("%s: preview frame is NLUL", __func__);
551 ALOGE("%s: preview is not running, no need to process", __func__);
583 // Handle preview data callback
589 ALOGE("%s: Preview callback was not sent succesfully", __func__);
601 * DESCRIPTION: helper function for triggering preview callbacks
623 ALOGE("%s: Invalid preview callback input", __func__);
630 /* The preview buffer size in the callback should be
631 * (width*height*bytes_per_pixel). As all preview formats we support,
656 ALOGE("%s: Invalid preview format, buffer size in preview callback may be wrong.",
683 * DESCRIPTION: helper function to handle preview frame from preview stream in
713 ALOGE("%s: preview frame is NULL", __func__);
719 CDBG_HIGH("%s: preview is not running, no need to process", __func__);
765 * DESCRIPTION: helper function to handle RDI frame from preview stream in
794 ALOGE("%s: preview frame is NLUL", __func__);
798 ALOGE("%s: preview is not running, no need to process", __func__);
819 // Notify Preview callback frame
853 ALOGD("%s: Preview frame fd =%d for index = %d ", __func__, fd, frame->buf_idx);
872 CDBG_HIGH("%s: No need to process preview frame, return buffer", __func__);
920 ALOGE("%s: preview frame is NULL", __func__);
1128 * DESCRIPTION: helper function to handle raw frame during standard preview
1830 * DESCRIPTION: helper function to log preview frame FPS for debug purpose.