Searched refs:CAMERA_GET_LINE_BYTES (Results 1 – 9 of 9) sorted by relevance
29 #define CAMERA_GET_LINE_BYTES(width) ((width) << 1) macro30 #define CAMERA_GET_FRAME_BYTES(width, height) (CAMERA_GET_LINE_BYTES(width) * (height))
41 #define BYTES_PER_LINE CAMERA_GET_LINE_BYTES(CAM_WIDTH) // Number of bytes in one line's transf…
437 return (u32)( CAMERA_GET_LINE_BYTES(width) * CAMERA_GetTransferLinesCore() ); in CAMERA_GetBytesAtOnceCore()
28 #define BYTES_PER_LINE CAMERA_GET_LINE_BYTES(WIDTH) // Number of bytes in one line's transfer
27 #define BYTES_PER_LINE CAMERA_GET_LINE_BYTES(WIDTH) // Number of bytes in one line's transfer
31 #define BYTES_PER_LINE CAMERA_GET_LINE_BYTES(WIDTH) // Number of bytes in one line's transfer