Home
last modified time | relevance | path

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

/system/cros-codecs/src/video_frame/
Dgbm_video_frame.rs184 pub struct GbmVideoFrame { struct
198 impl GbmVideoFrame { argument
331 impl VideoFrame for GbmVideoFrame { implementation
441 impl Drop for GbmVideoFrame { implementation
453 unsafe impl Send for GbmVideoFrame {} implementation
454 unsafe impl Sync for GbmVideoFrame {} implementation
492 ) -> Result<GbmVideoFrame, String> { in new_frame()
621 ) -> Result<GbmVideoFrame, String> { in import_from_v4l2()
696 ) -> Result<GbmVideoFrame, String> { in import_from_vaapi()