Lines Matching refs:WIDTH
27 #define WIDTH 256 // Image width macro
30 #define LINES_AT_ONCE CAMERA_GET_MAX_LINES(WIDTH) // Number of lines transferred in one cycle
31 #define BYTES_PER_LINE CAMERA_GET_LINE_BYTES(WIDTH) // Number of bytes in one line's transfer
44 static u16 buffer[2][WIDTH*HEIGHT] ATTRIBUTE_ALIGN(32);
66 static u16 shoot_buffer[WIDTH*HEIGHT] ATTRIBUTE_ALIGN(32);
131 …A_DmaRecvAsync(NDMA_NO, buffer[wp], CAMERA_GetBytesAtOnce(WIDTH), CAMERA_GET_FRAME_BYTES(WIDTH, HE… in CameraIntrError()
188 …A_DmaRecvAsync(NDMA_NO, buffer[wp], CAMERA_GetBytesAtOnce(WIDTH), CAMERA_GET_FRAME_BYTES(WIDTH, HE… in CameraDmaRecvIntr()
234 MI_CpuClearFast(shoot_buffer, WIDTH*HEIGHT*sizeof(u16)); in TwlMain()
235 GXS_LoadBG3Bmp(shoot_buffer, 0, WIDTH*HEIGHT*sizeof(u16)); in TwlMain()
280 CAMERA_SetTrimmingParams(0, 0, WIDTH, HEIGHT); in TwlMain()
283 CAMERA_SetTransferLines(CAMERA_GET_MAX_LINES(WIDTH)); in TwlMain()
286 …A_DmaRecvAsync(NDMA_NO, buffer[wp], CAMERA_GetBytesAtOnce(WIDTH), CAMERA_GET_FRAME_BYTES(WIDTH, HE… in TwlMain()
377 …A_DmaRecvAsync(NDMA_NO, buffer[wp], CAMERA_GetBytesAtOnce(WIDTH), CAMERA_GET_FRAME_BYTES(WIDTH, HE… in TwlMain()