Home
last modified time | relevance | path

Searched refs:EnumerateSupportedPixelformats (Results 1 – 4 of 4) sorted by relevance

/external/v4l2_codec2/accel/
Dgeneric_v4l2_device.cc188 EnumerateSupportedPixelformats(buf_type); in GetSupportedImageProcessorPixelformats()
318 EnumerateSupportedPixelformats(buf_type); in EnumerateDevicesForType()
Dv4l2_device.h503 std::vector<uint32_t> EnumerateSupportedPixelformats(v4l2_buf_type buf_type);
Dv4l2_device.cc1697 std::vector<uint32_t> V4L2Device::EnumerateSupportedPixelformats( in EnumerateSupportedPixelformats() function in media::V4L2Device
1720 EnumerateSupportedPixelformats(V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE); in EnumerateSupportedDecodeProfiles()
1752 EnumerateSupportedPixelformats(V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE); in EnumerateSupportedEncodeProfiles()
/external/v4l2_codec2/components/
DV4L2Decoder.cpp156 mDevice->EnumerateSupportedPixelformats(V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE); in setupInputFormat()