Home | History | Annotate | Download | only in camera

Lines Matching full:pixel_format

1578  *  pixel_format - "fourcc" pixel format to lookup an entry for.
1584 _get_pixel_format_descriptor(uint32_t pixel_format)
1588 if (_PIXFormats[f].fourcc_type == pixel_format) {
1593 __FUNCTION__, (const char*)&pixel_format);
1614 uint32_t pixel_format,
1626 const PIXFormat* src_desc = _get_pixel_format_descriptor(pixel_format);
1629 __FUNCTION__, (const char*)&pixel_format);
1639 _get_pixel_format_descriptor(framebuffers[n].pixel_format);
1642 __FUNCTION__, (const char*)&framebuffers[n].pixel_format);