raw_chunk 21 core/remotecap.c static ptp_data_chunk raw_chunk; raw_chunk 223 core/remotecap.c raw_chunk.address=(unsigned int)ADR_TO_UNCACHED(rawadr+startline*CAM_RAW_ROWPIX*CAM_SENSOR_BITS_PER_PIXEL/8); raw_chunk 224 core/remotecap.c raw_chunk.length=linecount*CAM_RAW_ROWPIX*CAM_SENSOR_BITS_PER_PIXEL/8; raw_chunk 300 core/remotecap.c *addr=(char*)raw_chunk.address; raw_chunk 301 core/remotecap.c *size=raw_chunk.length;