Home
last modified time | relevance | path

Searched refs:stereo_output_mode (Results 1 – 2 of 2) sorted by relevance

/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/vdec/inc/
Domx_vdec.h1080 unsigned int stereo_output_mode; variable
/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/vdec/src/
Domx_vdec_v4l2.cpp664 stereo_output_mode(HAL_NO_3D), in omx_vdec()
8971 DEBUG_PRINT_LOW("stereo_output_mode = %d",stereo_output_mode); in fill_buffer_done()
8973 S3D_FORMAT, (void*)&stereo_output_mode); in fill_buffer_done()
11651 stereo_output_mode = HAL_3D_SIDE_BY_SIDE_L_R; in handle_extradata()
11653 stereo_output_mode = HAL_3D_SIDE_BY_SIDE_R_L; in handle_extradata()
11656 stereo_output_mode = HAL_NO_3D; in handle_extradata()
11660 stereo_output_mode = HAL_3D_TOP_BOTTOM; in handle_extradata()
11664 stereo_output_mode = HAL_NO_3D; in handle_extradata()
11667 …king_payload->fpa_type, s3d_frame_packing_payload->content_interprtation_type, stereo_output_mode); in handle_extradata()