Home
last modified time | relevance | path

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

/hardware/qcom/display/msm8084/libcopybit/
Dcopybit_c2d.cpp173 struct bufferInfo { struct
174 int width;
175 int height;
176 int format;
/hardware/qcom/display/msm8960/libcopybit/
Dcopybit_c2d.cpp173 struct bufferInfo { struct
174 int width;
175 int height;
176 int format;
/hardware/qcom/display/msm8974/libcopybit/
Dcopybit_c2d.cpp175 struct bufferInfo { struct
176 int width;
177 int height;
178 int format;
/hardware/qcom/display/msm8226/libcopybit/
Dcopybit_c2d.cpp173 struct bufferInfo { struct
174 int width;
175 int height;
176 int format;
/hardware/qcom/display/msm8994/libcopybit/
Dcopybit_c2d.cpp172 struct bufferInfo { struct
173 int width;
174 int height;
175 int format;
/hardware/qcom/camera/QCamera2/HAL3/
DQCamera3HWI.cpp3495 PendingBufferInfo bufferInfo; in processCaptureRequest() local