Searched refs:ov (Results 1 - 25 of 31) sorted by path

12

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
H A Dvp9_resize.c538 uint8_t *ou, uint8_t *ov, int ouv_stride,
545 ov, oheight / 2, owidth / 2, ouv_stride);
553 uint8_t *ou, uint8_t *ov, int ouv_stride,
560 ov, oheight, owidth / 2, ouv_stride);
568 uint8_t *ou, uint8_t *ov, int ouv_stride,
575 ov, oheight, owidth, ouv_stride);
532 vp9_resize_frame420(const uint8_t *const y, int y_stride, const uint8_t *const u, const uint8_t *const v, int uv_stride, int height, int width, uint8_t *oy, int oy_stride, uint8_t *ou, uint8_t *ov, int ouv_stride, int oheight, int owidth) argument
548 vp9_resize_frame422(const uint8_t *const y, int y_stride, const uint8_t *const u, const uint8_t *const v, int uv_stride, int height, int width, uint8_t *oy, int oy_stride, uint8_t *ou, uint8_t *ov, int ouv_stride, int oheight, int owidth) argument
563 vp9_resize_frame444(const uint8_t *const y, int y_stride, const uint8_t *const u, const uint8_t *const v, int uv_stride, int height, int width, uint8_t *oy, int oy_stride, uint8_t *ou, uint8_t *ov, int ouv_stride, int oheight, int owidth) argument
H A Dvp9_resize.h35 uint8_t *ov,
49 uint8_t *ov,
63 uint8_t *ov,
/hardware/qcom/display/msm8084/libhwcomposer/
H A Dhwc_fbupdate.cpp135 overlay::Overlay& ov = *(ctx->mOverlay); local
148 ovutils::eDest dest = ov.getPipe(pipeSpecs);
236 overlay::Overlay& ov = *(ctx->mOverlay); local
246 if (!ov.queueBuffer(fd, offset, dest)) {
292 overlay::Overlay& ov = *(ctx->mOverlay); local
316 ovutils::eDest destL = ov.getPipe(pipeSpecs);
350 ovutils::eDest destR = ov.getPipe(pipeSpecs);
396 overlay::Overlay& ov = *(ctx->mOverlay); local
398 if (!ov.queueBuffer(hnd->fd, (uint32_t)hnd->offset, mDestLeft)) {
405 if (!ov
428 overlay::Overlay& ov = *(ctx->mOverlay); local
[all...]
H A Dhwc_mdpcomp.cpp1642 overlay::Overlay& ov = *ctx->mOverlay; local
1682 if (!ov.queueBuffer(fd, offset, destL)) {
1693 if (!ov.queueBuffer(fd, offset, destR)) {
1728 if (!ov.queueBuffer(fd, offset, dest)) {
1903 overlay::Overlay& ov = *ctx->mOverlay; local
1942 if (!ov.queueBuffer(fd, offset, destL)) {
1953 if (!ov.queueBuffer(fd, offset, destR)) {
1989 if (!ov.queueBuffer(fd, offset, destL)) {
2001 if (!ov.queueBuffer(fd, offset, destR)) {
H A Dhwc_utils.cpp1529 int configMdp(Overlay *ov, const PipeArgs& parg, argument
1533 ov->setSource(parg, dest);
1534 ov->setTransform(orient, dest);
1539 ov->setCrop(dcrop, dest);
1544 ov->setPosition(position, dest);
1547 ov->setVisualParams(*metadata, dest);
1549 if (!ov->commit(dest)) {
H A Dhwc_utils.h330 int configMdp(overlay::Overlay *ov, const ovutils::PipeArgs& parg,
/hardware/qcom/display/msm8084/liboverlay/
H A DmdpWrapper.h66 bool setOverlay(int fd, mdp_overlay& ov);
78 bool getOverlay(int fd, mdp_overlay& ov);
84 bool set3D(int fd, msmfb_overlay_3d& ov);
106 void dump(const char* const s, const msmfb_overlay_data& ov);
107 void dump(const char* const s, const msmfb_data& ov);
108 void dump(const char* const s, const mdp_overlay& ov);
109 void dump(const char* const s, const msmfb_overlay_3d& ov);
111 void dump(const char* const s, const msmfb_img& ov);
112 void dump(const char* const s, const mdp_rect& ov);
169 inline bool setOverlay(int fd, mdp_overlay& ov) { argument
205 getOverlay(int fd, mdp_overlay& ov) argument
223 set3D(int fd, msmfb_overlay_3d& ov) argument
297 dump(const char* const s, const msmfb_overlay_data& ov) argument
302 dump(const char* const s, const msmfb_data& ov) argument
306 dump(const char* const s, const mdp_overlay& ov) argument
320 dump(const char* const s, const msmfb_img& ov) argument
325 dump(const char* const s, const mdp_rect& ov) argument
330 dump(const char* const s, const msmfb_overlay_3d& ov) argument
[all...]
H A DoverlayUtils.cpp407 const mdp_overlay& ov) {
412 prefix, ov.id, ov.z_order, ov.is_fg, ov.alpha,
413 ov.transp_mask, ov.flags, ov.horz_deci, ov.vert_deci);
415 getDump(buf, len, "\tsrc", ov
406 getDump(char *buf, size_t len, const char *prefix, const mdp_overlay& ov) argument
420 getDump(char *buf, size_t len, const char *prefix, const msmfb_img& ov) argument
430 getDump(char *buf, size_t len, const char *prefix, const mdp_rect& ov) argument
439 getDump(char *buf, size_t len, const char *prefix, const msmfb_overlay_data& ov) argument
449 getDump(char *buf, size_t len, const char *prefix, const msmfb_data& ov) argument
[all...]
H A DoverlayUtils.h710 void getDump(char *buf, size_t len, const char *prefix, const mdp_overlay& ov);
711 void getDump(char *buf, size_t len, const char *prefix, const msmfb_img& ov);
712 void getDump(char *buf, size_t len, const char *prefix, const mdp_rect& ov);
714 const msmfb_overlay_data& ov);
715 void getDump(char *buf, size_t len, const char *prefix, const msmfb_data& ov);
717 const msm_rotator_img_info& ov);
719 const msm_rotator_data_info& ov);
/hardware/qcom/display/msm8226/libhwcomposer/
H A Dhwc_fbupdate.cpp141 overlay::Overlay& ov = *(ctx->mOverlay); local
154 ovutils::eDest dest = ov.getPipe(pipeSpecs);
242 overlay::Overlay& ov = *(ctx->mOverlay); local
252 if (!ov.queueBuffer(fd, offset, dest)) {
298 overlay::Overlay& ov = *(ctx->mOverlay); local
322 ovutils::eDest destL = ov.getPipe(pipeSpecs);
356 ovutils::eDest destR = ov.getPipe(pipeSpecs);
402 overlay::Overlay& ov = *(ctx->mOverlay); local
404 if (!ov.queueBuffer(hnd->fd, (uint32_t)hnd->offset, mDestLeft)) {
411 if (!ov
434 overlay::Overlay& ov = *(ctx->mOverlay); local
[all...]
H A Dhwc_mdpcomp.cpp1854 overlay::Overlay& ov = *ctx->mOverlay; local
1894 if (!ov.queueBuffer(fd, offset, destL)) {
1905 if (!ov.queueBuffer(fd, offset, destR)) {
1947 if (!ov.queueBuffer(fd, offset, dest)) {
2112 overlay::Overlay& ov = *ctx->mOverlay; local
2151 if (!ov.queueBuffer(fd, offset, destL)) {
2162 if (!ov.queueBuffer(fd, offset, destR)) {
2202 if (!ov.queueBuffer(fd, offset, destL)) {
2214 if (!ov.queueBuffer(fd, offset, destR)) {
H A Dhwc_utils.cpp1540 int configMdp(Overlay *ov, const PipeArgs& parg, argument
1544 ov->setSource(parg, dest);
1545 ov->setTransform(orient, dest);
1550 ov->setCrop(dcrop, dest);
1555 ov->setPosition(position, dest);
1558 ov->setVisualParams(*metadata, dest);
1560 if (!ov->commit(dest)) {
H A Dhwc_utils.h348 int configMdp(overlay::Overlay *ov, const ovutils::PipeArgs& parg,
/hardware/qcom/display/msm8226/liboverlay/
H A DmdpWrapper.h69 bool setOverlay(int fd, mdp_overlay& ov);
81 bool getOverlay(int fd, mdp_overlay& ov);
103 void dump(const char* const s, const msmfb_overlay_data& ov);
104 void dump(const char* const s, const msmfb_data& ov);
105 void dump(const char* const s, const mdp_overlay& ov);
106 void dump(const char* const s, const msmfb_overlay_3d& ov);
108 void dump(const char* const s, const msmfb_img& ov);
109 void dump(const char* const s, const mdp_rect& ov);
171 inline bool setOverlay(int fd, mdp_overlay& ov) { argument
173 if (ioctl(fd, MSMFB_OVERLAY_SET, &ov) <
211 getOverlay(int fd, mdp_overlay& ov) argument
292 dump(const char* const s, const msmfb_overlay_data& ov) argument
297 dump(const char* const s, const msmfb_data& ov) argument
301 dump(const char* const s, const mdp_overlay& ov) argument
315 dump(const char* const s, const msmfb_img& ov) argument
320 dump(const char* const s, const mdp_rect& ov) argument
325 dump(const char* const s, const msmfb_overlay_3d& ov) argument
[all...]
H A DoverlayUtils.cpp338 const mdp_overlay& ov) {
343 prefix, ov.id, ov.z_order, ov.is_fg, ov.alpha,
344 ov.transp_mask, ov.flags, ov.horz_deci, ov.vert_deci);
346 getDump(buf, len, "\tsrc", ov
337 getDump(char *buf, size_t len, const char *prefix, const mdp_overlay& ov) argument
351 getDump(char *buf, size_t len, const char *prefix, const msmfb_img& ov) argument
361 getDump(char *buf, size_t len, const char *prefix, const mdp_rect& ov) argument
370 getDump(char *buf, size_t len, const char *prefix, const msmfb_overlay_data& ov) argument
380 getDump(char *buf, size_t len, const char *prefix, const msmfb_data& ov) argument
[all...]
H A DoverlayUtils.h555 void getDump(char *buf, size_t len, const char *prefix, const mdp_overlay& ov);
556 void getDump(char *buf, size_t len, const char *prefix, const msmfb_img& ov);
557 void getDump(char *buf, size_t len, const char *prefix, const mdp_rect& ov);
559 const msmfb_overlay_data& ov);
560 void getDump(char *buf, size_t len, const char *prefix, const msmfb_data& ov);
562 const msm_rotator_img_info& ov);
564 const msm_rotator_data_info& ov);
/hardware/qcom/display/msm8960/libhwcomposer/
H A Dhwc_fbupdate.cpp65 overlay::Overlay& ov = *(ctx->mOverlay); local
71 ovutils::eDest dest = ov.nextPipe(ovutils::OV_MDP_PIPE_ANY, mDpy);
93 ov.setSource(parg, dest);
101 ov.setCrop(dcrop, dest);
106 ov.setTransform(orient, dest);
116 ov.setPosition(dpos, dest);
119 if (!ov.commit(dest)) {
133 overlay::Overlay& ov = *(ctx->mOverlay); local
135 if (!ov.queueBuffer(hnd->fd, hnd->offset, dest)) {
169 overlay::Overlay& ov local
270 overlay::Overlay& ov = *(ctx->mOverlay); local
[all...]
H A Dhwc_mdpcomp.cpp316 overlay::Overlay& ov = *ctx->mOverlay; local
321 mdp_pipe = ov.nextPipe(ovutils::OV_MDP_PIPE_DMA, mDpy);
328 mdp_pipe = ov.nextPipe(ovutils::OV_MDP_PIPE_RGB, mDpy);
338 return ov.nextPipe(ovutils::OV_MDP_PIPE_VG, mDpy);
632 overlay::Overlay& ov = *ctx->mOverlay; local
634 int numAvailable = ov.availablePipes(mDpy);
902 overlay::Overlay& ov = *ctx->mOverlay; local
945 if (!ov.queueBuffer(fd, offset, dest)) {
1006 overlay::Overlay& ov = *ctx->mOverlay; local
1092 overlay::Overlay& ov local
[all...]
H A Dhwc_utils.cpp892 static inline int configMdp(Overlay *ov, const PipeArgs& parg, argument
896 ov->setSource(parg, dest);
897 ov->setTransform(orient, dest);
902 ov->setCrop(dcrop, dest);
907 ov->setPosition(position, dest);
910 ov->setVisualParams(*metadata, dest);
912 if (!ov->commit(dest)) {
/hardware/qcom/display/msm8960/liboverlay/
H A DmdpWrapper.h64 bool setOverlay(int fd, mdp_overlay& ov);
73 bool getOverlay(int fd, mdp_overlay& ov);
79 bool set3D(int fd, msmfb_overlay_3d& ov);
83 void dump(const char* const s, const msmfb_overlay_data& ov);
84 void dump(const char* const s, const msmfb_data& ov);
85 void dump(const char* const s, const mdp_overlay& ov);
86 void dump(const char* const s, const msmfb_overlay_3d& ov);
88 void dump(const char* const s, const msmfb_img& ov);
89 void dump(const char* const s, const mdp_rect& ov);
146 inline bool setOverlay(int fd, mdp_overlay& ov) { argument
173 getOverlay(int fd, mdp_overlay& ov) argument
191 set3D(int fd, msmfb_overlay_3d& ov) argument
201 dump(const char* const s, const msmfb_overlay_data& ov) argument
206 dump(const char* const s, const msmfb_data& ov) argument
210 dump(const char* const s, const mdp_overlay& ov) argument
224 dump(const char* const s, const msmfb_img& ov) argument
229 dump(const char* const s, const mdp_rect& ov) argument
234 dump(const char* const s, const msmfb_overlay_3d& ov) argument
[all...]
H A DoverlayMdp.cpp157 "good ov info");
170 mdp_overlay ov; local
171 ov.id = mOVInfo.id;
172 if (!mdp_wrapper::getOverlay(mFd.getFD(), ov)) {
176 mOVInfo = ov;
H A DoverlayUtils.cpp330 const mdp_overlay& ov) {
334 prefix, ov.id, ov.z_order, ov.is_fg, ov.alpha,
335 ov.transp_mask, ov.flags);
337 getDump(buf, len, "\tsrc(msmfb_img)", ov.src);
338 getDump(buf, len, "\tsrc_rect(mdp_rect)", ov.src_rect);
339 getDump(buf, len, "\tdst_rect(mdp_rect)", ov
329 getDump(char *buf, size_t len, const char *prefix, const mdp_overlay& ov) argument
342 getDump(char *buf, size_t len, const char *prefix, const msmfb_img& ov) argument
352 getDump(char *buf, size_t len, const char *prefix, const mdp_rect& ov) argument
361 getDump(char *buf, size_t len, const char *prefix, const msmfb_overlay_data& ov) argument
371 getDump(char *buf, size_t len, const char *prefix, const msmfb_data& ov) argument
[all...]
H A DoverlayUtils.h712 void getDump(char *buf, size_t len, const char *prefix, const mdp_overlay& ov);
713 void getDump(char *buf, size_t len, const char *prefix, const msmfb_img& ov);
714 void getDump(char *buf, size_t len, const char *prefix, const mdp_rect& ov);
716 const msmfb_overlay_data& ov);
717 void getDump(char *buf, size_t len, const char *prefix, const msmfb_data& ov);
719 const msm_rotator_img_info& ov);
721 const msm_rotator_data_info& ov);
/hardware/qcom/display/msm8974/libhwcomposer/
H A Dhwc_fbupdate.cpp71 overlay::Overlay& ov = *(ctx->mOverlay); local
92 ovutils::eDest dest = ov.nextPipe(type, mDpy, Overlay::MIXER_DEFAULT);
114 ov.setSource(parg, dest);
122 ov.setCrop(dcrop, dest);
127 ov.setTransform(orient, dest);
142 ov.setPosition(dpos, dest);
145 if (!ov.commit(dest)) {
159 overlay::Overlay& ov = *(ctx->mOverlay); local
161 if (!ov.queueBuffer(hnd->fd, hnd->offset, dest)) {
195 overlay::Overlay& ov local
320 overlay::Overlay& ov = *(ctx->mOverlay); local
[all...]
H A Dhwc_mdpcomp.cpp313 overlay::Overlay& ov = *ctx->mOverlay; local
318 mdp_pipe = ov.nextPipe(ovutils::OV_MDP_PIPE_DMA, mDpy, mixer);
324 mdp_pipe = ov.nextPipe(ovutils::OV_MDP_PIPE_RGB, mDpy, mixer);
334 return ov.nextPipe(ovutils::OV_MDP_PIPE_VG, mDpy, mixer);
970 overlay::Overlay& ov = *ctx->mOverlay; local
972 int availPipes = ov.availablePipes(mDpy, Overlay::MIXER_DEFAULT);
1041 overlay::Overlay& ov = *ctx->mOverlay; local
1092 if (!ov.queueBuffer(fd, offset, dest)) {
1128 overlay::Overlay& ov = *ctx->mOverlay; local
1132 int availPipes = ov
1246 overlay::Overlay& ov = *ctx->mOverlay; local
[all...]

Completed in 207 milliseconds

12