Home
last modified time | relevance | path

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

/aosp12/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/vdec/inc/
H A Domx_vdec.h1080 unsigned int stereo_output_mode; variable
/aosp12/hardware/qcom/sm7250/media/mm-video-v4l2/vidc/vdec/inc/
H A Domx_vdec.h1135 unsigned int stereo_output_mode; variable
/aosp12/hardware/qcom/sdm845/media/mm-video-v4l2/vidc/vdec/inc/
H A Domx_vdec.h1218 unsigned int stereo_output_mode; variable
/aosp12/hardware/qcom/sm8150/media/mm-video-v4l2/vidc/vdec/inc/
H A Domx_vdec.h1302 unsigned int stereo_output_mode; variable
/aosp12/hardware/qcom/sdm845/media/mm-video-v4l2/vidc/vdec/src/
H A Domx_vdec_v4l2.cpp726 stereo_output_mode(HAL_NO_3D), in omx_vdec()
8159 DEBUG_PRINT_LOW("stereo_output_mode = %d",stereo_output_mode); in fill_buffer_done()
8161 S3D_FORMAT, (void*)&stereo_output_mode); in fill_buffer_done()
10079 stereo_output_mode = HAL_3D_SIDE_BY_SIDE_L_R; in handle_extradata()
10081 stereo_output_mode = HAL_3D_SIDE_BY_SIDE_R_L; in handle_extradata()
10084 stereo_output_mode = HAL_NO_3D; in handle_extradata()
10088 stereo_output_mode = HAL_3D_TOP_BOTTOM; in handle_extradata()
10092 stereo_output_mode = HAL_NO_3D; in handle_extradata()
10095 …king_payload->fpa_type, s3d_frame_packing_payload->content_interprtation_type, stereo_output_mode); in handle_extradata()
/aosp12/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/vdec/src/
H A Domx_vdec_v4l2.cpp664 stereo_output_mode(HAL_NO_3D), in omx_vdec()
8991 DEBUG_PRINT_LOW("stereo_output_mode = %d",stereo_output_mode); in fill_buffer_done()
8993 S3D_FORMAT, (void*)&stereo_output_mode); in fill_buffer_done()
11671 stereo_output_mode = HAL_3D_SIDE_BY_SIDE_L_R; in handle_extradata()
11673 stereo_output_mode = HAL_3D_SIDE_BY_SIDE_R_L; in handle_extradata()
11676 stereo_output_mode = HAL_NO_3D; in handle_extradata()
11680 stereo_output_mode = HAL_3D_TOP_BOTTOM; in handle_extradata()
11684 stereo_output_mode = HAL_NO_3D; in handle_extradata()
11687 …king_payload->fpa_type, s3d_frame_packing_payload->content_interprtation_type, stereo_output_mode); in handle_extradata()
/aosp12/hardware/qcom/sm8150/media/mm-video-v4l2/vidc/vdec/src/
H A Domx_vdec_v4l2.cpp755 stereo_output_mode(HAL_NO_3D), in omx_vdec()
8755 DEBUG_PRINT_LOW("stereo_output_mode = %d",stereo_output_mode); in fill_buffer_done()
8757 S3D_FORMAT, (void*)&stereo_output_mode); in fill_buffer_done()
11511 stereo_output_mode = HAL_3D_SIDE_BY_SIDE_L_R; in handle_extradata()
11513 stereo_output_mode = HAL_3D_SIDE_BY_SIDE_R_L; in handle_extradata()
11516 stereo_output_mode = HAL_NO_3D; in handle_extradata()
11520 stereo_output_mode = HAL_3D_TOP_BOTTOM; in handle_extradata()
11524 stereo_output_mode = HAL_NO_3D; in handle_extradata()
11527 …king_payload->fpa_type, s3d_frame_packing_payload->content_interprtation_type, stereo_output_mode); in handle_extradata()
/aosp12/hardware/qcom/sm7250/media/mm-video-v4l2/vidc/vdec/src/
H A Domx_vdec_v4l2.cpp586 stereo_output_mode(HAL_NO_3D), in omx_vdec()