Searched refs:Ioctl (Results 1 – 5 of 5) sorted by relevance
/external/v4l2_codec2/vda/ |
D | v4l2_device.cc | 137 int V4L2Device::Ioctl(int request, void* arg) { in Ioctl() function in media::V4L2Device 248 if (Ioctl(VIDIOC_EXPBUF, &expbuf) != 0) { in GetDmabufsForV4L2Buffer() 290 for (; Ioctl(VIDIOC_ENUM_FRAMESIZES, &frame_size) == 0; ++frame_size.index) { in GetSupportedResolution() 338 for (; Ioctl(VIDIOC_ENUM_FMT, &fmtdesc) == 0; ++fmtdesc.index) { in EnumerateSupportedPixelformats()
|
D | v4l2_video_decode_accelerator.cc | 44 if (device_->Ioctl(type, arg) != 0) { \ 59 if (device_->Ioctl(type, arg) != 0) \ 1051 while (device_->Ioctl(VIDIOC_DQEVENT, &ev) == 0) { in DequeueResolutionChangeEvent() 1095 if (device_->Ioctl(VIDIOC_DQBUF, &dqbuf) != 0) { in DequeueInputBuffer() 1131 if (device_->Ioctl(VIDIOC_DQBUF, &dqbuf) != 0) { in DequeueOutputBuffer() 1365 if (device_->Ioctl(VIDIOC_TRY_DECODER_CMD, &cmd) != 0) { in IsDecoderCmdSupported() 1713 if (device_->Ioctl(VIDIOC_G_FMT, format) != 0) { in GetFormatInfo() 1763 if (device_->Ioctl(VIDIOC_G_SELECTION, &selection_arg) == 0) { in GetVisibleSize() 1772 if (device_->Ioctl(VIDIOC_G_CROP, &crop_arg) != 0) { in GetVisibleSize() 1878 while (device_->Ioctl(VIDIOC_ENUM_FMT, &fmtdesc) == 0) { in SetupFormats() [all …]
|
D | v4l2_device.h | 62 int Ioctl(int request, void* arg);
|
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_common_interceptors_ioctl.inc | 10 // Ioctl handling in common sanitizer interceptors.
|
/external/e2fsprogs/po/ |
D | it.po | 203 msgstr "Ioctl BLKFLSBUF non supportata: impossibile svuotare i buffer.\n"
|