Searched refs:vr (Results 1 - 7 of 7) sorted by relevance

/hardware/libhardware/modules/
H A DAndroid.mk3 tv_input fingerprint input vehicle thermal vr
/hardware/libhardware/modules/vr/
H A Dvr.c18 #include <hardware/vr.h>
H A DAndroid.mk19 LOCAL_MODULE := vr.default
21 LOCAL_SRC_FILES := vr.c
/hardware/intel/common/libmix/videodecoder/
H A DVideoDecoderBase.cpp1696 VADisplayAttribute vr; local
1697 vr.type = VADisplayAttribColorRange;
1698 vr.value = (videoRange == 1) ? VA_SOURCE_RANGE_FULL : VA_SOURCE_RANGE_REDUCED;
1700 ret = vaSetDisplayAttributes(mVADisplay, &vr, 1);
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
H A Donyx_if.c1700 int UNINITIALIZED_IS_SAFE(vr), UNINITIALIZED_IS_SAFE(vs);
1703 Scale2Ratio(cm->vert_scale, &vr, &vs);
1707 cm->Height = (vs - 1 + cpi->oxcf.Height * vr) / vs;
2659 int UNINITIALIZED_IS_SAFE(vr), UNINITIALIZED_IS_SAFE(vs);
2668 Scale2Ratio(cm->vert_scale, &vr, &vs);
2671 tmp_height, hs, hr, vs, vr, 0);
2694 int UNINITIALIZED_IS_SAFE(vr), UNINITIALIZED_IS_SAFE(vs);
2714 Scale2Ratio(cm->vert_scale, &vr, &vs);
2716 new_height = ((vs - 1) + (cpi->oxcf.Height * vr)) / vs;
H A Dfirstpass.c3210 int hr, hs, vr, vs; local
3335 Scale2Ratio(cpi->common.vert_scale, &vr, &vs);
3338 new_height = ((vs - 1) + (cpi->oxcf.Height * vr)) / vs;
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
H A Dvp9_onyx_if.c3418 int hr = 0, hs = 0, vr = 0, vs = 0; local
3424 Scale2Ratio(vert_mode, &vr, &vs);
3428 cm->height = (vs - 1 + cpi->oxcf.height * vr) / vs;

Completed in 157 milliseconds