Loading drivers/media/platform/msm/vidc/msm_vidc.c +2 −2 Original line number Diff line number Diff line Loading @@ -710,7 +710,7 @@ static int msm_vidc_queue_setup(struct vb2_queue *q, bufreq->buffer_count_actual = *num_buffers; rc = set_buffer_count(inst, bufreq->buffer_count_min_host, bufreq->buffer_count_min_host, HAL_BUFFER_INPUT); bufreq->buffer_count_actual, HAL_BUFFER_INPUT); } break; Loading Loading @@ -744,7 +744,7 @@ static int msm_vidc_queue_setup(struct vb2_queue *q, bufreq->buffer_count_actual = *num_buffers; rc = set_buffer_count(inst, bufreq->buffer_count_min_host, bufreq->buffer_count_min_host, buffer_type); bufreq->buffer_count_actual, buffer_type); } break; default: Loading Loading
drivers/media/platform/msm/vidc/msm_vidc.c +2 −2 Original line number Diff line number Diff line Loading @@ -710,7 +710,7 @@ static int msm_vidc_queue_setup(struct vb2_queue *q, bufreq->buffer_count_actual = *num_buffers; rc = set_buffer_count(inst, bufreq->buffer_count_min_host, bufreq->buffer_count_min_host, HAL_BUFFER_INPUT); bufreq->buffer_count_actual, HAL_BUFFER_INPUT); } break; Loading Loading @@ -744,7 +744,7 @@ static int msm_vidc_queue_setup(struct vb2_queue *q, bufreq->buffer_count_actual = *num_buffers; rc = set_buffer_count(inst, bufreq->buffer_count_min_host, bufreq->buffer_count_min_host, buffer_type); bufreq->buffer_count_actual, buffer_type); } break; default: Loading