Home
last modified time | relevance | path

Searched refs:MapFourCC (Results 1 – 3 of 3) sorted by relevance

/external/autotest/client/site_tests/camera_V4L2/src/
Dmedia_v4l2_device.h83 static uint32_t MapFourCC(const char* fourcc);
Dmedia_v4l2_test.cc100 pixfmt = V4L2Device::MapFourCC(fourcc.c_str()); in main()
Dmedia_v4l2_device.cc780 uint32_t V4L2Device::MapFourCC(const char* fourcc) { in MapFourCC() function in V4L2Device