Home
last modified time | relevance | path

Searched refs:md_frame (Results 1 – 1 of 1) sorted by relevance

/hardware/qcom/camera/msm8998/QCamera2/stack/mm-camera-test/src/
Dmm_qcamera_preview.c429 mm_camera_buf_def_t *md_frame = NULL; in mm_app_zsl_notify_cb() local
497 md_frame = bufs->bufs[i]; in mm_app_zsl_notify_cb()
501 if (!md_frame) { in mm_app_zsl_notify_cb()
514 memcpy(pme->metadata , md_frame->buffer, sizeof(metadata_buffer_t)); in mm_app_zsl_notify_cb()
543 if (md_frame) { in mm_app_zsl_notify_cb()
544 metadata_buffer_t* md_data = (metadata_buffer_t*)(md_frame->buffer); in mm_app_zsl_notify_cb()
552 if (NULL != md_frame) { in mm_app_zsl_notify_cb()
555 md_frame->buf_idx, in mm_app_zsl_notify_cb()
608 if(md_frame) { in mm_app_zsl_notify_cb()
611 md_frame)) { in mm_app_zsl_notify_cb()
[all …]