Home | History | Annotate | Download | only in camera

Lines Matching refs:to

10  * Unless required by applicable law or agreed to in writing, software

22 * pixel format to another.
24 * For the emulator, we really need to convert into two formats: YV12, which is
32 * from - Pixel format to convert from.
33 * to - Pixel format to convert to.
37 extern int has_converter(uint32_t from, uint32_t to);
40 * When camera service replies to a framebuffer request from the client, it
43 * (most of the time), we need to do two conversions for each frame received from
44 * the camera. This is the main intention behind this routine: to have a one call
47 * frame - Frame to convert.
51 * framebuffers - Array of framebuffers where to convert the frame. Size of this
53 * make sure that buffers are large enough to contain entire frame captured