Searched refs:rr (Results 1 - 21 of 21) sorted by relevance

/hardware/intel/img/hwcomposer/merrifield/include/
H A DIDisplayDevice.h29 DisplayConfig(int rr, int w, int h, int dpix, int dpiy) argument
30 : mRefreshRate(rr),
/hardware/intel/img/hwcomposer/moorefield_hdmi/include/
H A DIDisplayDevice.h29 DisplayConfig(int rr, int w, int h, int dpix, int dpiy) argument
30 : mRefreshRate(rr),
/hardware/ti/omap4-aah/kernel-headers-ti/video/
H A Ddsscomp.h117 __s16 rr, rg, rb; member in struct:omap_dss_cpr_coefs
/hardware/qcom/msm8960/kernel-headers/linux/
H A Dmsm_mdp.h442 uint32_t c, r, g, b, rr, gg, bb, rg, gb, rb, rgb_0, rgb_1; member in struct:mdp_pcc_coeff
/hardware/qcom/msm8960/original-kernel-headers/linux/
H A Dmsm_mdp.h458 uint32_t c, r, g, b, rr, gg, bb, rg, gb, rb, rgb_0, rgb_1; member in struct:mdp_pcc_coeff
/hardware/qcom/msm8x27/kernel-headers/linux/
H A Dmsm_mdp.h396 uint32_t c, r, g, b, rr, gg, bb, rg, gb, rb, rgb_0, rgb_1; member in struct:mdp_pcc_coeff
/hardware/qcom/msm8x27/original-kernel-headers/linux/
H A Dmsm_mdp.h416 uint32_t c, r, g, b, rr, gg, bb, rg, gb, rb, rgb_0, rgb_1; member in struct:mdp_pcc_coeff
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
H A Dvp9_mcomp.c163 ((mvjcost[((r) != rr) * 2 + ((c) != rc)] + \
164 mvcost[0][((r) - rr)] + mvcost[1][((c) - rc)]) * \
288 int rr = ref_mv->row; local
387 int rr = ref_mv->row; local
/hardware/qcom/msm8994/kernel-headers/linux/
H A Dmsm_mdp.h712 uint32_t c, r, g, b, rr, gg, bb, rg, gb, rb, rgb_0, rgb_1; member in struct:mdp_pcc_coeff
/hardware/qcom/msm8994/original-kernel-headers/linux/
H A Dmsm_mdp.h775 uint32_t c, r, g, b, rr, gg, bb, rg, gb, rb, rgb_0, rgb_1; member in struct:mdp_pcc_coeff
/hardware/qcom/msm8996/kernel-headers/linux/
H A Dmsm_mdp.h680 uint32_t c, r, g, b, rr, gg, bb, rg, gb, rb, rgb_0, rgb_1; member in struct:mdp_pcc_coeff
/hardware/qcom/msm8996/original-kernel-headers/linux/
H A Dmsm_mdp.h643 uint32_t c, r, g, b, rr, gg, bb, rg, gb, rb, rgb_0, rgb_1; member in struct:mdp_pcc_coeff
/hardware/qcom/msm8x26/kernel-headers/linux/
H A Dmsm_mdp.h689 uint32_t c, r, g, b, rr, gg, bb, rg, gb, rb, rgb_0, rgb_1; member in struct:mdp_pcc_coeff
/hardware/qcom/msm8x26/original-kernel-headers/linux/
H A Dmsm_mdp.h751 uint32_t c, r, g, b, rr, gg, bb, rg, gb, rb, rgb_0, rgb_1; member in struct:mdp_pcc_coeff
/hardware/qcom/msm8x84/kernel-headers/linux/
H A Dmsm_mdp.h675 uint32_t c, r, g, b, rr, gg, bb, rg, gb, rb, rgb_0, rgb_1; member in struct:mdp_pcc_coeff
/hardware/qcom/msm8x84/original-kernel-headers/linux/
H A Dmsm_mdp.h728 uint32_t c, r, g, b, rr, gg, bb, rg, gb, rb, rgb_0, rgb_1; member in struct:mdp_pcc_coeff
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
H A Dmcomp.c190 #define MVC(r,c) (mvcost ? ((mvcost[0][(r)-rr] + mvcost[1][(c) - rc]) * error_per_bit + 128 )>>8 : 0)
212 int rr = ref_mv->as_mv.row >> 1, rc = ref_mv->as_mv.col >> 1; local
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/src/
H A Domx_vdec_hevc_swvdec.cpp4416 int rr = 0; local
4418 if (rr = ioctl(drv_ctx.video_driver_fd, VIDIOC_STREAMON,&buf_type)) {
4419 DEBUG_PRINT_ERROR("STREAMON FAILED : %d", rr);
H A Domx_vdec_msm8974.cpp4710 int rr = 0; local
4712 if (rr = ioctl(drv_ctx.video_driver_fd, VIDIOC_STREAMON,&buf_type)) {
4713 DEBUG_PRINT_ERROR(" STREAMON FAILED : %d",rr);
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/src/
H A Domx_vdec_hevc_swvdec.cpp4613 int rr = 0; local
4615 if (rr = ioctl(drv_ctx.video_driver_fd, VIDIOC_STREAMON,&buf_type)) {
4616 DEBUG_PRINT_ERROR("STREAMON FAILED : %d", rr);
H A Domx_vdec_v4l2.cpp5442 int rr = 0; local
5444 if (rr = ioctl(drv_ctx.video_driver_fd, VIDIOC_STREAMON, &buf_type)) {
5445 DEBUG_PRINT_ERROR("STREAMON FAILED : %d", rr);

Completed in 2053 milliseconds