Home
last modified time | relevance | path

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

/aosp_15_r20/external/openscreen/cast/standalone_receiver/
H A Dsdl_video_player.cc130 const auto picture_format = static_cast<AVPixelFormat>(picture.format); in RenderNextFrame() local
/aosp_15_r20/external/mesa3d/src/vulkan/runtime/
H A Dvk_video.h85 VkFormat picture_format; member
/aosp_15_r20/external/rust/android-crates-io/crates/ash/src/vk/
Ddefinitions.rs57826 pub picture_format: Format, field
57895 pub fn picture_format(mut self, picture_format: Format) -> Self { in picture_format() method