Searched refs:private_handle_t (Results 1 - 25 of 192) sorted by relevance

12345678

/hardware/qcom/display/msm8084/libcopybit/
H A Dsoftware_converter.h39 int convertYV12toYCrCb420SP(const copybit_image_t *src,private_handle_t *yv12_handle);
49 int convert_yuv_c2d_to_yuv_android(private_handle_t *hnd,
61 int convert_yuv_android_to_yuv_c2d(private_handle_t *hnd,
/hardware/qcom/display/msm8226/libcopybit/
H A Dsoftware_converter.h39 int convertYV12toYCrCb420SP(const copybit_image_t *src,private_handle_t *yv12_handle);
49 int convert_yuv_c2d_to_yuv_android(private_handle_t *hnd,
61 int convert_yuv_android_to_yuv_c2d(private_handle_t *hnd,
/hardware/qcom/display/msm8909/libcopybit/
H A Dsoftware_converter.h39 int convertYV12toYCrCb420SP(const copybit_image_t *src,private_handle_t *yv12_handle);
49 int convert_yuv_c2d_to_yuv_android(private_handle_t *hnd,
61 int convert_yuv_android_to_yuv_c2d(private_handle_t *hnd,
/hardware/qcom/display/msm8960/libcopybit/
H A Dsoftware_converter.h39 int convertYV12toYCrCb420SP(const copybit_image_t *src,private_handle_t *yv12_handle);
49 int convert_yuv_c2d_to_yuv_android(private_handle_t *hnd,
61 int convert_yuv_android_to_yuv_c2d(private_handle_t *hnd,
/hardware/qcom/display/msm8994/libcopybit/
H A Dsoftware_converter.h39 int convertYV12toYCrCb420SP(const copybit_image_t *src,private_handle_t *yv12_handle);
49 int convert_yuv_c2d_to_yuv_android(private_handle_t *hnd,
61 int convert_yuv_android_to_yuv_c2d(private_handle_t *hnd,
/hardware/qcom/display/msm8996/libcopybit/
H A Dsoftware_converter.h39 int convertYV12toYCrCb420SP(const copybit_image_t *src,private_handle_t *yv12_handle);
49 int convert_yuv_c2d_to_yuv_android(private_handle_t *hnd,
61 int convert_yuv_android_to_yuv_c2d(private_handle_t *hnd,
/hardware/libhardware/modules/gralloc/
H A Dmapper.cpp42 private_handle_t* hnd = (private_handle_t*)handle;
43 if (!(hnd->flags & private_handle_t::PRIV_FLAGS_FRAMEBUFFER)) {
62 private_handle_t* hnd = (private_handle_t*)handle;
63 if (!(hnd->flags & private_handle_t::PRIV_FLAGS_FRAMEBUFFER)) {
80 if (private_handle_t::validate(handle) < 0)
118 private_handle_t* hnd = (private_handle_t*)handle;
130 if (private_handle_t
[all...]
H A Dgralloc_priv.h35 struct private_handle_t;
40 private_handle_t* framebuffer;
59 struct private_handle_t : public native_handle { struct in inherits:native_handle
61 struct private_handle_t {
83 return (((sizeof(private_handle_t) - sizeof(native_handle_t))/sizeof(int)) - sNumFds);
88 private_handle_t(int fd, int size, int flags) : function in struct:private_handle_t
96 ~private_handle_t() {
101 const private_handle_t* hnd = (const private_handle_t*)h;
H A Dgr.h33 struct private_handle_t;
40 int terminateBuffer(gralloc_module_t const* module, private_handle_t* hnd);
41 int mapBuffer(gralloc_module_t const* module, private_handle_t* hnd);
/hardware/qcom/display/msm8996/libgralloc/
H A Dmapper.cpp65 private_handle_t* hnd = (private_handle_t*)handle;
74 if (!(hnd->flags & private_handle_t::PRIV_FLAGS_FRAMEBUFFER) &&
75 !(hnd->flags & private_handle_t::PRIV_FLAGS_SECURE_BUFFER)) {
90 if (!(hnd->flags & private_handle_t::PRIV_FLAGS_FRAMEBUFFER)) {
113 private_handle_t* hnd = (private_handle_t*)handle;
153 if (!module || private_handle_t::validate(handle) < 0)
176 if (!module || private_handle_t::validate(handle) < 0)
189 private_handle_t* hn
[all...]
/hardware/qcom/display/msm8084/libgralloc/
H A Dmapper.cpp61 private_handle_t* hnd = (private_handle_t*)handle;
63 if (!(hnd->flags & private_handle_t::PRIV_FLAGS_FRAMEBUFFER) &&
64 !(hnd->flags & private_handle_t::PRIV_FLAGS_SECURE_BUFFER)) {
98 private_handle_t* hnd = (private_handle_t*)handle;
99 if (!(hnd->flags & private_handle_t::PRIV_FLAGS_FRAMEBUFFER)) {
133 if (!module || private_handle_t::validate(handle) < 0)
145 private_handle_t* hnd = (private_handle_t*)handl
[all...]
H A Dfb_priv.h29 struct private_handle_t;
40 struct private_handle_t* framebuffer;
46 private_handle_t *currentBuffer;
/hardware/qcom/display/msm8226/libgralloc/
H A Dmapper.cpp61 private_handle_t* hnd = (private_handle_t*)handle;
63 if (!(hnd->flags & private_handle_t::PRIV_FLAGS_FRAMEBUFFER) &&
64 !(hnd->flags & private_handle_t::PRIV_FLAGS_SECURE_BUFFER)) {
98 private_handle_t* hnd = (private_handle_t*)handle;
99 if (!(hnd->flags & private_handle_t::PRIV_FLAGS_FRAMEBUFFER)) {
133 if (!module || private_handle_t::validate(handle) < 0)
145 private_handle_t* hnd = (private_handle_t*)handl
[all...]
H A Dfb_priv.h29 struct private_handle_t;
40 struct private_handle_t* framebuffer;
46 private_handle_t *currentBuffer;
H A Dgpu.cpp98 flags |= private_handle_t::PRIV_FLAGS_EXTERNAL_ONLY;
102 flags |= private_handle_t::PRIV_FLAGS_ITU_R_601;
107 flags |= private_handle_t::PRIV_FLAGS_ITU_R_601_FR;
116 flags |= private_handle_t::PRIV_FLAGS_ITU_R_709;
119 flags |= private_handle_t::PRIV_FLAGS_ITU_R_601_FR;
128 flags |= private_handle_t::PRIV_FLAGS_VIDEO_ENCODER;
132 flags |= private_handle_t::PRIV_FLAGS_CAMERA_WRITE;
136 flags |= private_handle_t::PRIV_FLAGS_CAMERA_READ;
140 flags |= private_handle_t::PRIV_FLAGS_HW_COMPOSER;
144 flags |= private_handle_t
[all...]
/hardware/qcom/display/msm8909/libgralloc/
H A Dmapper.cpp65 private_handle_t* hnd = (private_handle_t*)handle;
71 if (!(hnd->flags & private_handle_t::PRIV_FLAGS_FRAMEBUFFER) &&
72 !(hnd->flags & private_handle_t::PRIV_FLAGS_SECURE_BUFFER)) {
87 if (!(hnd->flags & private_handle_t::PRIV_FLAGS_FRAMEBUFFER)) {
110 private_handle_t* hnd = (private_handle_t*)handle;
111 if (!(hnd->flags & private_handle_t::PRIV_FLAGS_FRAMEBUFFER)) {
146 if (!module || private_handle_t::validate(handle) < 0)
158 private_handle_t* hn
[all...]
H A Dfb_priv.h29 struct private_handle_t;
40 struct private_handle_t* framebuffer;
/hardware/qcom/display/msm8994/libgralloc/
H A Dmapper.cpp59 private_handle_t* hnd = (private_handle_t*)handle;
64 if (!(hnd->flags & private_handle_t::PRIV_FLAGS_FRAMEBUFFER)) {
86 private_handle_t* hnd = (private_handle_t*)handle;
94 if (!(hnd->flags & private_handle_t::PRIV_FLAGS_FRAMEBUFFER) &&
95 !(hnd->flags & private_handle_t::PRIV_FLAGS_SECURE_BUFFER)) {
131 private_handle_t* hnd = (private_handle_t*)handle;
171 if (!module || private_handle_t
[all...]
H A Dfb_priv.h29 struct private_handle_t;
40 struct private_handle_t* framebuffer;
/hardware/qcom/display/msm8960/libgralloc/
H A Dfb_priv.h29 struct private_handle_t;
40 struct private_handle_t* framebuffer;
46 private_handle_t *currentBuffer;
H A Dmapper.cpp60 private_handle_t* hnd = (private_handle_t*)handle;
62 if (!(hnd->flags & private_handle_t::PRIV_FLAGS_FRAMEBUFFER) &&
63 !(hnd->flags & private_handle_t::PRIV_FLAGS_SECURE_BUFFER)) {
94 private_handle_t* hnd = (private_handle_t*)handle;
95 if (!(hnd->flags & private_handle_t::PRIV_FLAGS_FRAMEBUFFER)) {
129 if (private_handle_t::validate(handle) < 0)
141 private_handle_t* hnd = (private_handle_t*)handl
[all...]
H A Dgpu.cpp96 flags |= private_handle_t::PRIV_FLAGS_EXTERNAL_ONLY;
99 flags |= private_handle_t::PRIV_FLAGS_EXTERNAL_BLOCK;
102 flags |= private_handle_t::PRIV_FLAGS_EXTERNAL_CC;
110 flags |= private_handle_t::PRIV_FLAGS_ITU_R_601_FR;
114 flags |= private_handle_t::PRIV_FLAGS_ITU_R_709;
116 flags |= private_handle_t::PRIV_FLAGS_ITU_R_601_FR;
119 flags |= private_handle_t::PRIV_FLAGS_ITU_R_601;
124 flags |= private_handle_t::PRIV_FLAGS_VIDEO_ENCODER;
128 flags |= private_handle_t::PRIV_FLAGS_CAMERA_WRITE;
132 flags |= private_handle_t
[all...]
/hardware/qcom/display/msm8960/libhwcomposer/
H A Dhwc_copybit.h43 private_handle_t * getCurrentRenderBuffer();
52 private_handle_t *renderBuffer, int dpy);
73 int clear (private_handle_t* hnd, hwc_rect_t& rect);
75 private_handle_t* mRenderBuffer[NUM_RENDER_BUFFERS];
/hardware/qcom/display/msm8084/libhwcomposer/
H A Dhwc_copybit.h48 private_handle_t * getCurrentRenderBuffer();
57 private_handle_t *renderBuffer, bool isFG);
59 private_handle_t *renderBuffer);
80 int clear (private_handle_t* hnd, hwc_rect_t& rect);
82 private_handle_t* mRenderBuffer[NUM_RENDER_BUFFERS];
/hardware/qcom/display/msm8960/libgenlock/
H A Dgenlock.cpp71 if (private_handle_t::validate(buffer_handle)) {
76 private_handle_t *hnd = reinterpret_cast<private_handle_t*>
78 if ((hnd->flags & private_handle_t::PRIV_FLAGS_UNSYNCHRONIZED) == 0) {
146 if (private_handle_t::validate(buffer_handle)) {
151 private_handle_t *hnd = reinterpret_cast<private_handle_t*>(buffer_handle);
152 if ((hnd->flags & private_handle_t::PRIV_FLAGS_UNSYNCHRONIZED) == 0) {
201 if (private_handle_t::validate(buffer_handle)) {
206 private_handle_t *hn
[all...]

Completed in 540 milliseconds

12345678