Searched refs:bufferType (Results 1 - 15 of 15) sorted by relevance

/hardware/qcom/display/msm8960/libgralloc/
H A Dgpu.cpp56 buffer_handle_t* pHandle, int bufferType,
106 if (bufferType == BUFFER_TYPE_VIDEO) {
146 bufferType, format, width, height, eData.fd, eData.offset,
162 int *bufferType)
164 *bufferType = BUFFER_TYPE_VIDEO;
168 *bufferType = BUFFER_TYPE_UI;
171 *bufferType = BUFFER_TYPE_UI;
254 int bufferType; local
268 getGrallocInformationFromFormat(grallocFormat, &bufferType);
279 bufferType
55 gralloc_alloc_buffer(size_t size, int usage, buffer_handle_t* pHandle, int bufferType, int format, int width, int height) argument
161 getGrallocInformationFromFormat(int inputFormat, int *bufferType) argument
[all...]
H A Dgpu.h41 int bufferType, int format,
72 int *bufferType);
H A Dgralloc_priv.h176 int bufferType; member in struct:private_handle_t
191 private_handle_t(int fd, int size, int flags, int bufferType, argument
195 flags(flags), size(size), offset(0), bufferType(bufferType),
/hardware/qcom/display/msm8974/libgralloc/
H A Dgpu.cpp55 buffer_handle_t* pHandle, int bufferType,
107 if (bufferType == BUFFER_TYPE_VIDEO) {
152 bufferType, format, width, height, eData.fd, eData.offset,
168 int *bufferType)
170 *bufferType = BUFFER_TYPE_VIDEO;
174 *bufferType = BUFFER_TYPE_UI;
177 *bufferType = BUFFER_TYPE_UI;
260 int bufferType; local
283 getGrallocInformationFromFormat(grallocFormat, &bufferType);
294 bufferType
54 gralloc_alloc_buffer(size_t size, int usage, buffer_handle_t* pHandle, int bufferType, int format, int width, int height) argument
167 getGrallocInformationFromFormat(int inputFormat, int *bufferType) argument
[all...]
H A Dgpu.h41 int bufferType, int format,
72 int *bufferType);
H A Dgralloc_priv.h174 int bufferType; member in struct:private_handle_t
189 private_handle_t(int fd, int size, int flags, int bufferType, argument
193 flags(flags), size(size), offset(0), bufferType(bufferType),
/hardware/qcom/display/msm8x26/libgralloc/
H A Dgpu.cpp56 buffer_handle_t* pHandle, int bufferType,
106 if (bufferType == BUFFER_TYPE_VIDEO) {
146 bufferType, format, width, height, eData.fd, eData.offset,
162 int *bufferType)
164 *bufferType = BUFFER_TYPE_VIDEO;
168 *bufferType = BUFFER_TYPE_UI;
171 *bufferType = BUFFER_TYPE_UI;
254 int bufferType; local
268 getGrallocInformationFromFormat(grallocFormat, &bufferType);
279 bufferType
55 gralloc_alloc_buffer(size_t size, int usage, buffer_handle_t* pHandle, int bufferType, int format, int width, int height) argument
161 getGrallocInformationFromFormat(int inputFormat, int *bufferType) argument
[all...]
H A Dgpu.h41 int bufferType, int format,
72 int *bufferType);
H A Dgralloc_priv.h175 int bufferType; member in struct:private_handle_t
190 private_handle_t(int fd, int size, int flags, int bufferType, argument
194 flags(flags), size(size), offset(0), bufferType(bufferType),
/hardware/qcom/display/msm8960/libhwcomposer/
H A Dhwc_copybit.cpp126 if (BUFFER_TYPE_UI == hnd->bufferType) {
188 if ((hnd->bufferType == BUFFER_TYPE_VIDEO && useCopybitForYUV) ||
189 (hnd->bufferType == BUFFER_TYPE_UI && useCopybitForRGB)) {
H A Dhwc_utils.h217 return (hnd && (hnd->bufferType == BUFFER_TYPE_VIDEO));
/hardware/qcom/display/msm8974/libhwcomposer/
H A Dhwc_copybit.cpp121 if (BUFFER_TYPE_UI == hnd->bufferType) {
207 if ((hnd->bufferType == BUFFER_TYPE_VIDEO && useCopybitForYUV) ||
208 (hnd->bufferType == BUFFER_TYPE_UI && useCopybitForRGB)) {
H A Dhwc_utils.h264 return (hnd && (hnd->bufferType == BUFFER_TYPE_VIDEO));
/hardware/qcom/display/msm8x26/libhwcomposer/
H A Dhwc_copybit.cpp126 if (BUFFER_TYPE_UI == hnd->bufferType) {
188 if ((hnd->bufferType == BUFFER_TYPE_VIDEO && useCopybitForYUV) ||
189 (hnd->bufferType == BUFFER_TYPE_UI && useCopybitForRGB)) {
H A Dhwc_utils.h217 return (hnd && (hnd->bufferType == BUFFER_TYPE_VIDEO));

Completed in 553 milliseconds