Home
last modified time | relevance | path

Searched defs:picture_format (Results 1 – 2 of 2) sorted by relevance

/external/openscreen/cast/standalone_receiver/
Dsdl_video_player.cc130 const auto picture_format = static_cast<AVPixelFormat>(picture.format); in RenderNextFrame() local
/external/rust/crates/ash/src/vk/
Ddefinitions.rs48336 pub picture_format: Format, field
48396 pub fn picture_format(mut self, picture_format: Format) -> Self { in picture_format() method