Home
last modified time | relevance | path

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

/hardware/ti/omap4-aah/camera/V4LCameraAdapter/
DV4LCameraAdapter.cpp537 size_t yuv422i_buff_size = 0; in takePicture() local
566 yuv422i_buff_size = width * height * 2; in takePicture()
613 …_LOGVB("## captureBuf[%d] = 0x%x, yuv422i_buff_size=%d", index, buffer->opaque, yuv422i_buff_size); in takePicture()
616 memcpy(buffer->opaque, fp, yuv422i_buff_size); in takePicture()
628 write(fd, fp, yuv422i_buff_size ); in takePicture()
638 frame.mLength = yuv422i_buff_size; in takePicture()