Home
last modified time | relevance | path

Searched defs:current_format (Results 1 – 4 of 4) sorted by relevance

/external/crosvm/devices/src/virtio/media/
Ddecoder_adapter.rs250 fn current_format(&self, direction: QueueDirection) -> V4l2MplaneFormat { in current_format() method
/external/virtio-media/device/src/devices/
Dvideo_decoder.rs167 fn current_format(&self, direction: QueueDirection) -> V4l2MplaneFormat; in current_format() method
402 fn current_format(&self, direction: QueueDirection) -> V4l2MplaneFormat { in current_format() method
/external/virtio-media/extras/ffmpeg-decoder/src/
Dlib.rs759 fn current_format(&self, direction: QueueDirection) -> V4l2MplaneFormat { in current_format() method
/external/python/cpython3/Modules/_ctypes/
D_ctypes.c1237 const char *current_format; in PyCPointerType_init() local