Home | History | Annotate | Download | only in camera

Lines Matching defs:input_width

1983             static int input_width = 0, input_height = 0;
1986 input_width = mPictureWidth;
1989 ALOGV("%s: received frame %d * %d", __func__, input_width, input_height);
1991 dnr_buffer = (uint8_t *)malloc(input_width*input_height*3/2);
1994 ALOGV("dnr_buffer allocated size : %d", input_width*input_height*3/2);
1995 memcpy(dnr_buffer, (uint8_t *)frame->snapshot.main.frame->buffer, input_width*input_height*3/2);