Lines Matching refs:V4L2Device
26 V4L2Device::V4L2Device() {} in V4L2Device() function in media::V4L2Device
28 V4L2Device::~V4L2Device() { in ~V4L2Device()
33 VideoPixelFormat V4L2Device::V4L2PixFmtToVideoPixelFormat(uint32_t pix_fmt) { in V4L2PixFmtToVideoPixelFormat()
62 uint32_t V4L2Device::VideoPixelFormatToV4L2PixFmt(VideoPixelFormat format) { in VideoPixelFormatToV4L2PixFmt()
83 uint32_t V4L2Device::VideoCodecProfileToV4L2PixFmt(VideoCodecProfile profile) { in VideoCodecProfileToV4L2PixFmt()
97 std::vector<VideoCodecProfile> V4L2Device::V4L2PixFmtToVideoCodecProfiles( in V4L2PixFmtToVideoCodecProfiles()
137 int V4L2Device::Ioctl(int request, void* arg) { in Ioctl()
142 bool V4L2Device::Poll(bool poll_device, bool* event_pending) { in Poll()
167 void* V4L2Device::Mmap(void* addr, in Mmap()
176 void V4L2Device::Munmap(void* addr, unsigned int len) { in Munmap()
180 bool V4L2Device::SetDevicePollInterrupt() { in SetDevicePollInterrupt()
192 bool V4L2Device::ClearDevicePollInterrupt() { in ClearDevicePollInterrupt()
209 bool V4L2Device::Open(Type type, uint32_t v4l2_pixfmt) { in Open()
233 std::vector<base::ScopedFD> V4L2Device::GetDmabufsForV4L2Buffer( in GetDmabufsForV4L2Buffer()
260 V4L2Device::GetSupportedDecodeProfiles(const size_t num_formats, in GetSupportedDecodeProfiles()
282 void V4L2Device::GetSupportedResolution(uint32_t pixelformat, in GetSupportedResolution()
330 std::vector<uint32_t> V4L2Device::EnumerateSupportedPixelformats( in EnumerateSupportedPixelformats()
348 V4L2Device::EnumerateSupportedDecodeProfiles(const size_t num_formats, in EnumerateSupportedDecodeProfiles()
380 bool V4L2Device::OpenDevicePath(const std::string& path, Type type) { in OpenDevicePath()
391 void V4L2Device::CloseDevice() { in CloseDevice()
396 void V4L2Device::EnumerateDevicesForType(Type type) { in EnumerateDevicesForType()
443 const V4L2Device::Devices& V4L2Device::GetDevicesForType(Type type) { in GetDevicesForType()
451 std::string V4L2Device::GetDevicePathFor(Type type, uint32_t pixfmt) { in GetDevicePathFor()