Home
last modified time | relevance | path

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

/hardware/qcom/display/msm8996/libcopybit/
Dcopybit_c2d.cpp175 struct bufferInfo { struct
176 int width;
177 int height;
178 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/msm8994/libcopybit/
Dcopybit_c2d.cpp172 struct bufferInfo { struct
173 int width;
174 int height;
175 int format;
/hardware/qcom/display/msm8909/libcopybit/
Dcopybit_c2d.cpp172 struct bufferInfo { struct
173 int width;
174 int height;
175 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/msm8084/libcopybit/
Dcopybit_c2d.cpp173 struct bufferInfo { struct
174 int width;
175 int height;
176 int format;
/hardware/qcom/camera/QCamera2/HAL3/
DQCamera3HWI.cpp4155 PendingBufferInfo bufferInfo; in processCaptureRequest() local