Home
last modified time | relevance | path

Searched refs:FillFormatRequest (Results 1 – 3 of 3) sorted by relevance

/hardware/libhardware/modules/camera/3_4/
Dstream_format.h42 void FillFormatRequest(v4l2_format* format) const;
Dstream_format.cpp61 void StreamFormat::FillFormatRequest(v4l2_format* format) const { in FillFormatRequest() function in v4l2_camera_hal::StreamFormat
Dv4l2_wrapper.cpp530 resolved_format.FillFormatRequest(&new_format); in SetFormat()