Home
last modified time | relevance | path

Searched refs:vr (Results 1 – 6 of 6) sorted by relevance

/hardware/libhardware/modules/vr/
DAndroid.mk19 LOCAL_MODULE := vr.default
21 LOCAL_SRC_FILES := vr.c
/hardware/libhardware/modules/
DAndroid.mk3 tv_input fingerprint input vehicle thermal vr
/hardware/intel/common/libmix/videodecoder/
DVideoDecoderBase.cpp1696 VADisplayAttribute vr; in setColorSpaceInfo() local
1697 vr.type = VADisplayAttribColorRange; in setColorSpaceInfo()
1698 vr.value = (videoRange == 1) ? VA_SOURCE_RANGE_FULL : VA_SOURCE_RANGE_REDUCED; in setColorSpaceInfo()
1700 ret = vaSetDisplayAttributes(mVADisplay, &vr, 1); in setColorSpaceInfo()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
Donyx_if.c1700 int UNINITIALIZED_IS_SAFE(vr), UNINITIALIZED_IS_SAFE(vs); in vp8_change_config()
1703 Scale2Ratio(cm->vert_scale, &vr, &vs); in vp8_change_config()
1707 cm->Height = (vs - 1 + cpi->oxcf.Height * vr) / vs; in vp8_change_config()
2659 int UNINITIALIZED_IS_SAFE(vr), UNINITIALIZED_IS_SAFE(vs); in scale_and_extend_source()
2668 Scale2Ratio(cm->vert_scale, &vr, &vs); in scale_and_extend_source()
2671 tmp_height, hs, hr, vs, vr, 0); in scale_and_extend_source()
2694 int UNINITIALIZED_IS_SAFE(vr), UNINITIALIZED_IS_SAFE(vs); in resize_key_frame()
2714 Scale2Ratio(cm->vert_scale, &vr, &vs); in resize_key_frame()
2716 new_height = ((vs - 1) + (cpi->oxcf.Height * vr)) / vs; in resize_key_frame()
Dfirstpass.c3210 int hr, hs, vr, vs; in find_next_key_frame() local
3335 Scale2Ratio(cpi->common.vert_scale, &vr, &vs); in find_next_key_frame()
3338 new_height = ((vs - 1) + (cpi->oxcf.Height * vr)) / vs; in find_next_key_frame()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
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;