Home | History | Annotate | Download | only in camera

Lines Matching refs:input_width

2007             static int input_width = 0, input_height = 0;
2010 input_width = mPictureWidth;
2013 ALOGV("%s: received frame %d * %d", __func__, input_width, input_height);
2015 dnr_buffer = (uint8_t *)malloc(input_width*input_height*3/2);
2018 ALOGV("dnr_buffer allocated size : %d", input_width*input_height*3/2);
2019 memcpy(dnr_buffer, (uint8_t *)frame->snapshot.main.frame->buffer, input_width*input_height*3/2);