Home
last modified time | relevance | path

Searched refs:NORMAL (Results 1 – 9 of 9) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/
Donyx.h33 NORMAL = 0, enumerator
72 case NORMAL: in Scale2Ratio()
/hardware/intel/img/psb_video/src/x11/
Dpsb_xrandr.c174 psb_xrandr_info->local_crtc[0]->location = NORMAL; in psb_xrandr_mipi_location_init()
178 psb_xrandr_info->local_crtc[1]->location = NORMAL; in psb_xrandr_mipi_location_init()
197 extend_crtc->location = NORMAL; in psb_xrandr_mipi_location_init()
219 psb_xrandr_info->extend_crtc->location = NORMAL; in psb_xrandr_hdmi_location_init()
240 psb_xrandr_info->extend_crtc->location = NORMAL; in psb_xrandr_hdmi_location_init()
327 psb_xrandr_info->local_crtc[0]->location = NORMAL; in psb_xrandr_coordinate_init()
Dpsb_xrandr.h86 NORMAL, ABOVE, BELOW, LEFT_OF, RIGHT_OF, enumerator
Dpsb_ctexture.c240 psb_xrandr_location extend_location = NORMAL; in psb_putsurface_ctexture()
381 case NORMAL: in psb_putsurface_ctexture()
441 case NORMAL: in psb_putsurface_ctexture()
Dpsb_coverlay.c815 case NORMAL: in psb_extendMode_getCoordinate()
1219 case NORMAL: in psb_putsurface_coverlay()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
Dvp9_onyx_int.h128 NORMAL = 0, enumerator
Dvp9_onyx_if.c98 case NORMAL: in Scale2Ratio()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
Donyx_if.c1697 if (cm->horiz_scale != NORMAL || cm->vert_scale != NORMAL) in vp8_change_config()
2708 cm->horiz_scale = (cm->horiz_scale > NORMAL) ? cm->horiz_scale - 1 : NORMAL; in resize_key_frame()
2709 cm->vert_scale = (cm->vert_scale > NORMAL) ? cm->vert_scale - 1 : NORMAL; in resize_key_frame()
Dfirstpass.c3228 cpi->common.horiz_scale = NORMAL; in find_next_key_frame()
3229 cpi->common.vert_scale = NORMAL; in find_next_key_frame()