Home
last modified time | relevance | path

Searched refs:bufferType (Results 1 – 21 of 21) sorted by relevance

/hardware/qcom/display/msm8974/libgralloc/
Dgpu.cpp55 buffer_handle_t* pHandle, int bufferType, in gralloc_alloc_buffer() argument
107 if (bufferType == BUFFER_TYPE_VIDEO) { in gralloc_alloc_buffer()
152 bufferType, format, width, height, eData.fd, eData.offset, in gralloc_alloc_buffer()
168 int *bufferType) in getGrallocInformationFromFormat() argument
170 *bufferType = BUFFER_TYPE_VIDEO; in getGrallocInformationFromFormat()
174 *bufferType = BUFFER_TYPE_UI; in getGrallocInformationFromFormat()
177 *bufferType = BUFFER_TYPE_UI; in getGrallocInformationFromFormat()
260 int bufferType; in alloc_impl() local
283 getGrallocInformationFromFormat(grallocFormat, &bufferType); in alloc_impl()
294 bufferType = BUFFER_TYPE_VIDEO; in alloc_impl()
[all …]
Dgralloc_priv.h174 int bufferType; member
189 private_handle_t(int fd, int size, int flags, int bufferType,
193 flags(flags), size(size), offset(0), bufferType(bufferType), in fd()
Dgpu.h41 int bufferType, int format,
72 int *bufferType);
/hardware/qcom/display/msm8960/libgralloc/
Dgpu.cpp56 buffer_handle_t* pHandle, int bufferType, in gralloc_alloc_buffer() argument
106 if (bufferType == BUFFER_TYPE_VIDEO) { in gralloc_alloc_buffer()
146 bufferType, format, width, height, eData.fd, eData.offset, in gralloc_alloc_buffer()
162 int *bufferType) in getGrallocInformationFromFormat() argument
164 *bufferType = BUFFER_TYPE_VIDEO; in getGrallocInformationFromFormat()
168 *bufferType = BUFFER_TYPE_UI; in getGrallocInformationFromFormat()
171 *bufferType = BUFFER_TYPE_UI; in getGrallocInformationFromFormat()
254 int bufferType; in alloc_impl() local
268 getGrallocInformationFromFormat(grallocFormat, &bufferType); in alloc_impl()
279 bufferType = BUFFER_TYPE_VIDEO; in alloc_impl()
[all …]
Dgralloc_priv.h177 int bufferType; member
192 private_handle_t(int fd, int size, int flags, int bufferType,
196 flags(flags), size(size), offset(0), bufferType(bufferType), in fd()
Dgpu.h41 int bufferType, int format,
72 int *bufferType);
/hardware/qcom/display/msm8084/libgralloc/
Dgpu.cpp56 buffer_handle_t* pHandle, int bufferType, in gralloc_alloc_buffer() argument
104 if (bufferType == BUFFER_TYPE_VIDEO) { in gralloc_alloc_buffer()
159 bufferType, format, width, height, eData.fd, eData.offset, in gralloc_alloc_buffer()
176 int *bufferType) in getGrallocInformationFromFormat() argument
178 *bufferType = BUFFER_TYPE_VIDEO; in getGrallocInformationFromFormat()
182 *bufferType = BUFFER_TYPE_UI; in getGrallocInformationFromFormat()
185 *bufferType = BUFFER_TYPE_UI; in getGrallocInformationFromFormat()
268 int bufferType; in alloc_impl() local
288 getGrallocInformationFromFormat(grallocFormat, &bufferType); in alloc_impl()
309 err = gralloc_alloc_buffer(size, usage, pHandle, bufferType, in alloc_impl()
Dgralloc_priv.h216 int bufferType; member
233 private_handle_t(int fd, size_t size, int flags, int bufferType,
237 flags(flags), size(size), offset(0), bufferType(bufferType), in fd()
Dgpu.h40 int bufferType, int format,
71 int *bufferType);
/hardware/qcom/display/msm8226/libgralloc/
Dgpu.cpp55 buffer_handle_t* pHandle, int bufferType, in gralloc_alloc_buffer() argument
103 if (bufferType == BUFFER_TYPE_VIDEO) { in gralloc_alloc_buffer()
162 bufferType, format, width, height, eData.fd, eData.offset, in gralloc_alloc_buffer()
179 int *bufferType) in getGrallocInformationFromFormat() argument
181 *bufferType = BUFFER_TYPE_VIDEO; in getGrallocInformationFromFormat()
185 *bufferType = BUFFER_TYPE_UI; in getGrallocInformationFromFormat()
188 *bufferType = BUFFER_TYPE_UI; in getGrallocInformationFromFormat()
271 int bufferType; in alloc_impl() local
291 getGrallocInformationFromFormat(grallocFormat, &bufferType); in alloc_impl()
312 err = gralloc_alloc_buffer(size, usage, pHandle, bufferType, in alloc_impl()
Dgralloc_priv.h218 int bufferType; member
236 private_handle_t(int fd, unsigned int size, int flags, int bufferType,
240 flags(flags), size(size), offset(0), bufferType(bufferType), in fd()
Dgpu.h40 int bufferType, int format,
71 int *bufferType);
/hardware/intel/common/libwsbm/src/
Dwsbm_manager.c78 unsigned bufferType; member
437 if (buf->bufferType == WSBM_BUFFER_SIMPLE) { in wsbmBOReference()
470 if (buf->bufferType == WSBM_BUFFER_SIMPLE) { in wsbmBOUnreference()
496 if (buf->bufferType == WSBM_BUFFER_SIMPLE) in wsbmBOData()
516 if (buf->bufferType == WSBM_BUFFER_REF) in wsbmBOData()
629 if (buf->bufferType == WSBM_BUFFER_SIMPLE) in wsbmBODataUB()
649 if (buf->bufferType == WSBM_BUFFER_REF) in wsbmBODataUB()
815 if (buf->bufferType == WSBM_BUFFER_SIMPLE) in wsbmBOSubData()
917 buf->bufferType = WSBM_BUFFER_REF; in wsbmBOSetReferenced()
958 buf->bufferType = WSBM_BUFFER_SIMPLE; in wsbmBOCreateSimple()
[all …]
/hardware/qcom/display/msm8960/libhwcomposer/
Dhwc_copybit.cpp127 if (BUFFER_TYPE_UI == hnd->bufferType) { in getRGBRenderingArea()
189 if ((hnd->bufferType == BUFFER_TYPE_VIDEO && useCopybitForYUV) || in prepare()
190 (hnd->bufferType == BUFFER_TYPE_UI && useCopybitForRGB)) { in prepare()
Dhwc_utils.h217 return (hnd && (hnd->bufferType == BUFFER_TYPE_VIDEO)); in isYuvBuffer()
/hardware/qcom/display/msm8974/libhwcomposer/
Dhwc_copybit.cpp122 if (BUFFER_TYPE_UI == hnd->bufferType) { in getRGBRenderingArea()
208 if ((hnd->bufferType == BUFFER_TYPE_VIDEO && useCopybitForYUV) || in prepare()
209 (hnd->bufferType == BUFFER_TYPE_UI && useCopybitForRGB)) { in prepare()
Dhwc_utils.h264 return (hnd && (hnd->bufferType == BUFFER_TYPE_VIDEO)); in isYuvBuffer()
/hardware/qcom/display/msm8084/libhwcomposer/
Dhwc_utils.h386 return (hnd && (hnd->bufferType == BUFFER_TYPE_VIDEO)); in isYuvBuffer()
391 return (hnd && (hnd->bufferType == BUFFER_TYPE_VIDEO) && in is4kx2kYuvBuffer()
Dhwc_copybit.cpp125 if (BUFFER_TYPE_UI == hnd->bufferType) { in getRGBRenderingArea()
/hardware/qcom/display/msm8226/libhwcomposer/
Dhwc_utils.h407 return (hnd && (hnd->bufferType == BUFFER_TYPE_VIDEO)); in isYuvBuffer()
412 return (hnd && (hnd->bufferType == BUFFER_TYPE_VIDEO) && in is4kx2kYuvBuffer()
Dhwc_copybit.cpp125 if (BUFFER_TYPE_UI == hnd->bufferType) { in getRGBRenderingArea()