Home
last modified time | relevance | path

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

/aosp12/hardware/qcom/camera/msm8998/QCamera2/HAL/
H A DQCameraMuxer.cpp2562 cam_compose_jpeg_info_t *aux_jpeg_node = NULL; in composeMpoRoutine() local
2576 aux_jpeg_node = in composeMpoRoutine()
2579 if (aux_jpeg_node != NULL) { in composeMpoRoutine()
2582 aux_jpeg_node->frame_idx, in composeMpoRoutine()
2583 aux_jpeg_node, in composeMpoRoutine()
2589 aux_jpeg_node); in composeMpoRoutine()
2604 if (aux_jpeg_node != NULL) { in composeMpoRoutine()
2605 if (aux_jpeg_node->release_cb) { in composeMpoRoutine()
2606 aux_jpeg_node->release_cb( in composeMpoRoutine()
2611 free(aux_jpeg_node); in composeMpoRoutine()
[all …]