Home | History | Annotate | Download | only in camera

Lines Matching full:framebuffer

36  * been read from the typecasted framebuffer:
38 * const uint32_t rgb = *reinterpret_cast<const uint32_t*>(framebuffer);
453 * given line in a YUV framebuffer.
460 * here is relative to the beginning of the YUV framebuffer.
465 * given line in a YUV framebuffer.
472 * here is relative to the beginning of the YUV framebuffer.
488 /* Offset of the first Y value in a fully interleaved YUV framebuffer. */
491 * interleaved YUV framebuffer. */
494 * interleaved YUV framebuffer. */
496 /* Increment between adjacent U/V values in a YUV framebuffer. */
498 /* Controls location of the first U value in YUV framebuffer. Depending on
505 * defines order of U and V panes in the framebuffer:
509 /* Controls location of the first V value in YUV framebuffer.
513 * in a YUV framebuffer. */
516 * in a YUV framebuffer. */
522 /* Defines color ordering in the BAYER framebuffer. Can be one of the four:
541 /* Loads R, G, and B colors from a RGB32 framebuffer. */
550 /* Saves R, G, and B colors to a RGB32 framebuffer. */
559 /* Loads R, G, and B colors from a BRG32 framebuffer. */
568 /* Saves R, G, and B colors to a BRG32 framebuffer. */
577 /* Loads R, G, and B colors from a RGB24 framebuffer.
588 /* Saves R, G, and B colors to a RGB24 framebuffer.
599 /* Loads R, G, and B colors from a BRG32 framebuffer.
610 /* Saves R, G, and B colors to a BRG24 framebuffer.
621 /* Loads R, G, and B colors from a RGB565 framebuffer. */
630 /* Saves R, G, and B colors to a RGB565 framebuffer. */
638 /* Loads R, G, and B colors from a BRG565 framebuffer. */
647 /* Saves R, G, and B colors to a BRG565 framebuffer. */
686 * framebuffer is:
747 /* Gets a color value for the given pixel in a bayer framebuffer.
749 * desc - Bayer framebuffer descriptor.
750 * buf - Beginning of the framebuffer.
751 * x, y - Coordinates of the pixel inside the framebuffer to get the color for.
752 * width - Number of pixel in a line inside the framebuffer.
773 * a bayer framebuffer.
775 * desc - Bayer framebuffer descriptor.
776 * buf - Beginning of the framebuffer.
777 * x, y - Coordinates of the pixel inside the framebuffer that is the center for
779 * width, height - Framebuffer dimensions.
802 * a bayer framebuffer.
804 * desc - Bayer framebuffer descriptor.
805 * buf - Beginning of the framebuffer.
806 * x, y - Coordinates of the pixel inside the framebuffer that is the center for
808 * width, height - Framebuffer dimensions.
831 * to a pixel in a bayer framebuffer.
833 * desc - Bayer framebuffer descriptor.
834 * buf - Beginning of the framebuffer.
835 * x, y - Coordinates of the pixel inside the framebuffer that is the center for
837 * width, height - Framebuffer dimensions.
891 * bayer framebuffer.
893 * desc - Bayer framebuffer descriptor.
894 * buf - Beginning of the framebuffer.
895 * x, y - Coordinates of the pixel inside the framebuffer that is the center for
897 * width, height - Framebuffer dimensions.
932 /* Gets pixel color selector for the given pixel in a bayer framebuffer.
934 * desc - Bayer framebuffer descriptor.
935 * x, y - Coordinates of the pixel inside the framebuffer to get the color
949 /* Calculates RGB colors for a pixel in a bayer framebuffer.
951 * desc - Bayer framebuffer descriptor.
952 * buf - Beginning of the framebuffer.
953 * x, y - Coordinates of the pixel inside the framebuffer to get the colors for.
954 * width, height - Framebuffer dimensions.
1635 * when we transfer the captured frame to the user framebuffer. So, even
1649 frame, framebuffers[n].framebuffer, width, height,
1653 frame, framebuffers[n].framebuffer, width, height,
1664 frame, framebuffers[n].framebuffer, width, height,
1668 frame, framebuffers[n].framebuffer, width, height,
1679 frame, framebuffers[n].framebuffer, width, height,
1683 frame, framebuffers[n].framebuffer, width, height,