Home
last modified time | relevance | path

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

/hardware/qcom/camera/msm8998/QCamera2/stack/mm-camera-test/src/
Dmm_qcamera_app.c370 uint8_t *reg_flags = NULL; in mm_app_stream_initbuf() local
385 reg_flags = (uint8_t *)malloc(sizeof(uint8_t) * stream->num_of_bufs); in mm_app_stream_initbuf()
386 if (pBufs == NULL || reg_flags == NULL) { in mm_app_stream_initbuf()
391 if (reg_flags != NULL) { in mm_app_stream_initbuf()
392 free(reg_flags); in mm_app_stream_initbuf()
406 free(reg_flags); in mm_app_stream_initbuf()
413 reg_flags[i] = 1; in mm_app_stream_initbuf()
434 free(reg_flags); in mm_app_stream_initbuf()
440 *initial_reg_flag = reg_flags; in mm_app_stream_initbuf()