Searched refs:left (Results 176 - 200 of 238) sorted by relevance

12345678910

/hardware/qcom/msm8996/kernel-headers/linux/
H A Dmsm_vidc_dec.h496 uint32_t left; member in struct:vdec_framesize
/hardware/qcom/msm8996/original-kernel-headers/linux/
H A Dmsm_vidc_dec.h533 uint32_t left; member in struct:vdec_framesize
/hardware/qcom/msm8x84/kernel-headers/linux/
H A Dmsm_vidc_dec.h492 uint32_t left; member in struct:vdec_framesize
/hardware/qcom/msm8x84/original-kernel-headers/linux/
H A Dmsm_vidc_dec.h530 uint32_t left; member in struct:vdec_framesize
/hardware/intel/audio_media/hdmi/
H A Dtinyaudio_hw.c554 static int out_set_volume(struct audio_stream_out *stream, float left, argument
558 UNUSED_PARAMETER(left);
/hardware/intel/common/libmix/videoencoder/
H A DVideoEncoderUtils.cpp105 int left, int top, int width, int height, void** vaddr) {
117 left, top, width, height, vaddr);
104 gfx_lock(buffer_handle_t handle, int usage, int left, int top, int width, int height, void** vaddr) argument
/hardware/libhardware_legacy/audio/
H A Daudio_hw_hal.cpp229 static int out_set_volume(struct audio_stream_out *stream, float left, argument
234 return out->legacy_out->setVolume(left, right);
/hardware/qcom/audio/legacy/alsa_sound/
H A Daudio_hw_hal.cpp249 static int out_set_volume(struct audio_stream_out *stream, float left, argument
254 return out->qcom_out->setVolume(left, right);
/hardware/qcom/camera/QCamera2/stack/mm-jpeg-interface/test/
H A Dmm_jpeg_test.c427 p_job_params->main_dim.crop.left = 0;
439 p_job_params->thumb_dim.crop.left = 0;
/hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/test/
H A Ddecoder_driver_test.c1023 outputframe->framesize.left = \
1024 vdec_msg.msgdata.output_frame.framesize.left;
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/test/
H A Ddecoder_driver_test.c960 outputframe->framesize.left = \
961 vdec_msg.msgdata.output_frame.framesize.left;
/hardware/ti/omap4-aah/camera/
H A DANativeWindowDisplayAdapter.cpp567 bounds.left = 0;
1057 CAMHAL_LOGDB("offset = %u left = %d top = %d right = %d bottom = %d",
1167 bounds.left = 0;
/hardware/ti/omap4xxx/camera/
H A DANativeWindowDisplayAdapter.cpp631 bounds.left = 0;
1086 CAMHAL_LOGVB(" crop.left = %d crop.top = %d crop.right = %d crop.bottom = %d",
1205 bounds.left = 0;
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
H A Drdopt.c652 * interested in the left 4x4 block
1007 if (m == ABOVE4X4) /* replace above with left if same */
1538 const MODE_INFO *left = here - 1; local
1568 if (left->mbmi.ref_frame != INTRA_FRAME)
1570 near_mvs[vcnt].as_int = left->mbmi.mv.as_int;
1571 mv_bias(ref_frame_sign_bias[left->mbmi.ref_frame], refframe, &near_mvs[vcnt], ref_frame_sign_bias);
1572 near_ref[vcnt] = left->mbmi.ref_frame;
1606 /* left in last frame */
1680 * 0-cf above, 1-cf left, 2-cf aboveleft,
1681 * 3-lf current, 4-lf above, 5-lf left,
[all...]
/hardware/intel/img/psb_video/src/mrst/
H A Dpvr2d.h341 PVR2D_LONG MaskX, MaskY; /* mask rect top left (mask size = blt size) */
357 PVR2D_LONG left, top; member in struct:_PVR2DRECT
/hardware/qcom/camera/QCamera2/HAL3/
H A DQCamera3PostProc.cpp1236 jpg_job.encode_job.main_dim.crop.left = crop.top;
1237 jpg_job.encode_job.main_dim.crop.top = crop.left;
1523 jpg_job.encode_job.main_dim.crop.left = crop.top;
1524 jpg_job.encode_job.main_dim.crop.top = crop.left;
/hardware/qcom/display/msm8909/libhdmi/
H A Dhdmi.cpp598 uint32_t newExtW = r.right - r.left;
/hardware/qcom/display/msm8994/libhdmi/
H A Dhdmi.cpp621 uint32_t newExtW = r.right - r.left;
/hardware/qcom/media/msm8996/videopp/inc/
H A Domx_vdpp.h301 uint32_t left; member in struct:vdpp_framesize
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx_ports/
H A Dx86_abi_support.asm165 ; is left such that the previous value of the stack pointer is the first
/hardware/qcom/camera/QCamera2/stack/common/
H A Dcam_types.h860 int32_t left; member in struct:__anon2338
1153 cam_coordinate_type_t left_eye_center; /* coordinate of center of left eye */
1172 int8_t gaze_angle; /* -90 -45 0 45 90 for head left to rigth tilt */
1174 int32_t leftright_dir; /* left right direction (-180, 179) */
1176 int8_t left_right_gaze; /* left right gaze degree (-50, 50) */
1186 uint8_t left_blink; /* left eye blink degeree (0, -100) */
1961 /* Top-left corner and width of the output region to select from the active
2291 int32_t left; member in struct:__anon2469
/hardware/ti/omap4xxx/camera/OMXCameraAdapter/
H A DOMX3A.cpp587 size_t top, left, width, height, weight; local
696 size_t top, left, width, height, weight; local
1546 CAMHAL_LOGDB("Metering area %d : top = %d left = %d width = %d height = %d prio = %d",
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
H A Dvp9_mcomp.c200 unsigned int left, right, up, down, diag; \
201 CHECK_BETTER(left, tr, tc - hstep); \
205 whichdir = (left < right ? 0 : 1) + \
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/ppc/
H A Dfilter_bilinear_altivec.asm472 vperm v22, v22, v23, v17 ;# v8 v9 = 21 input pixels left-justified
/hardware/libhardware/modules/audio_remote_submix/
H A Daudio_hw.cpp770 static int out_set_volume(struct audio_stream_out *stream, float left,
774 (void)left;

Completed in 1657 milliseconds

12345678910