Searched refs:ops (Results 26 - 50 of 99) sorted by relevance

1234

/hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/codecs/h264/parser/
H A Dviddec_h264_parse.c549 void viddec_h264_get_ops(viddec_parser_ops_t *ops) argument
551 ops->init = viddec_h264_init;
553 ops->parse_syntax = viddec_h264_parse;
554 ops->get_cxt_size = viddec_h264_get_context_size;
555 ops->is_wkld_done = viddec_h264_wkld_done;
556 ops->is_frame_start = viddec_h264_is_frame_start;
/hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/codecs/vc1/parser/
H A Dviddec_vc1_parse.c336 void viddec_vc1_get_ops(viddec_parser_ops_t *ops) argument
338 ops->init = viddec_vc1_init;
339 ops->parse_syntax = viddec_vc1_parse;
340 ops->get_cxt_size = viddec_vc1_get_context_size;
341 ops->is_wkld_done = viddec_vc1_wkld_done;
342 ops->is_frame_start = viddec_vc1_is_start_frame;
/hardware/interfaces/automotive/vehicle/2.0/default/common/src/
H A DVehicleHalManager.cpp124 SubscribeOptions& ops = verifiedOptions[i]; local
125 auto prop = ops.propId;
134 if (ops.flags == SubscribeFlags::UNDEFINED) {
139 if (!isSubscribable(*config, ops.flags)) {
145 ops.sampleRate = checkSampleRate(*config, ops.sampleRate);
/hardware/libhardware/include/hardware/
H A Dcamera3.h199 * 3. Framework calls camera3_device_t->ops->initialize() with the framework
201 * open(), before any other functions in the ops structure are called.
203 * 4. The framework calls camera3_device_t->ops->configure_streams() with a list
209 * camera3_device_t->ops->register_stream_buffers() for at least one of the
215 * camera3_device_t->ops->register_stream_buffers() is not called and must
219 * calls to camera3_device_t->ops->construct_default_request_settings(). This
226 * camera3_device_t->ops->process_capture_request(). The HAL must block the
1082 * Camera HAL device ops functions that have a return value will all return
3084 * HAL should fill in all the vendor tag operation methods, or leave ops
3096 vendor_tag_query_ops_t* ops);
3246 camera3_device_ops_t *ops; member in struct:camera3_device
[all...]
H A Dcamera_common.h765 * HAL should fill in all the vendor tag operation methods, or leave ops
779 void (*get_vendor_tag_ops)(vendor_tag_ops_t* ops);
H A Dcamera2.h793 * set ops to NULL if no vendor extension tags are defined.
796 vendor_tag_query_ops_t **ops);
836 camera2_device_ops_t *ops; member in struct:camera2_device
/hardware/interfaces/camera/common/1.0/default/include/
H A DCameraModule.h57 void getVendorTagOps(vendor_tag_ops_t* ops);
/hardware/qcom/audio/post_proc/
H A Dbundle.h82 effect_ops_t ops; member in struct:effect_context_s
/hardware/qcom/camera/msm8998/QCamera2/stack/mm-jpeg-interface/test/
H A Dmm_jpegdec_test.c90 mm_jpegdec_ops_t ops; member in struct:__anon2496
399 jpeg_obj.handle = jpegdec_open(&jpeg_obj.ops);
405 rc = jpeg_obj.ops.create_session(jpeg_obj.handle, &jpeg_obj.params,
421 rc = jpeg_obj.ops.start_job(&jpeg_obj.job, &jpeg_obj.job_id[i]);
430 jpeg_obj.ops.abort_job(jpeg_obj.job_id[0]);
440 jpeg_obj.ops.destroy_session(jpeg_obj.job.decode_job.session_id);
442 jpeg_obj.ops.close(jpeg_obj.handle);
/hardware/interfaces/camera/device/3.3/default/
H A DCameraDeviceSession.cpp88 status_t ret = mDevice->ops->configure_streams(mDevice, &stream_list);
/hardware/libhardware/modules/camera/3_4/
H A Dv4l2_camera_hal.cpp134 void V4L2CameraHAL::getVendorTagOps(vendor_tag_ops_t* ops) { argument
136 // No vendor ops for this HAL. From <hardware/camera_common.h>:
137 // "leave ops unchanged if no vendor tags are defined."
192 static void get_vendor_tag_ops(vendor_tag_ops_t* ops) { argument
193 return gCameraHAL.getVendorTagOps(ops);
/hardware/qcom/display/msm8909w_3100/sdm/libs/core/fb/
H A Dhw_color_manager.cpp64 kernel_params->data.pcc_cfg_data.ops = feature.enable_flags_;
68 kernel_params->data.pcc_cfg_data.ops);
81 kernel_params->data.lut_cfg_data.data.igc_lut_data.ops = feature.enable_flags_;
/hardware/qcom/display/msm8996/sdm/libs/core/fb/
H A Dhw_color_manager.cpp64 kernel_params->data.pcc_cfg_data.ops = feature.enable_flags_;
68 kernel_params->data.pcc_cfg_data.ops);
81 kernel_params->data.lut_cfg_data.data.igc_lut_data.ops = feature.enable_flags_;
/hardware/qcom/display/msm8998/sdm/libs/core/fb/
H A Dhw_color_manager.cpp64 kernel_params->data.pcc_cfg_data.ops = feature.enable_flags_;
68 kernel_params->data.pcc_cfg_data.ops);
81 kernel_params->data.lut_cfg_data.data.igc_lut_data.ops = feature.enable_flags_;
/hardware/qcom/msm8960/kernel-headers/linux/
H A Dmsm_mdp.h282 uint32_t ops; member in struct:mdp_qseed_cfg
337 uint32_t len, ops; member in struct:mdp_igc_lut_data
447 uint32_t ops; member in struct:mdp_pcc_cfg_data
480 uint32_t ops; member in struct:mdp_hist_lut_data
501 uint32_t ops; member in struct:mdp_calib_config_data
/hardware/qcom/msm8960/original-kernel-headers/linux/
H A Dmsm_mdp.h286 uint32_t ops; member in struct:mdp_qseed_cfg
339 uint32_t len, ops; member in struct:mdp_igc_lut_data
463 uint32_t ops; member in struct:mdp_pcc_cfg_data
494 uint32_t ops; member in struct:mdp_hist_lut_data
514 uint32_t ops; member in struct:mdp_calib_config_data
/hardware/qcom/camera/msm8998/QCamera2/stack/mm-camera-test/src/
H A Dmm_qcamera_app.c541 rc = test_obj->cam->ops->map_buf(test_obj->cam->camera_handle,
565 rc = test_obj->cam->ops->map_buf(test_obj->cam->camera_handle,
577 rc = test_obj->cam->ops->register_event_notify(test_obj->cam->camera_handle,
586 rc = test_obj->cam->ops->query_capability(test_obj->cam->camera_handle);
617 test_obj->cam->ops->unmap_buf(test_obj->cam->camera_handle,
622 test_obj->cam->ops->unmap_buf(test_obj->cam->camera_handle,
627 test_obj->cam->ops->close_camera(test_obj->cam->camera_handle);
657 rc = test_obj->cam->ops->set_parms(test_obj->cam->camera_handle, test_obj->params_buffer);
660 LOGE("cam->ops->set_parms failed !!");
675 rc = test_obj->cam->ops
[all...]
/hardware/qcom/msm8994/kernel-headers/linux/
H A Dmsm_mdp.h423 uint32_t ops; member in struct:mdp_qseed_cfg
510 uint32_t len, ops; member in struct:mdp_igc_lut_data
516 uint32_t ops; member in struct:mdp_histogram_cfg
526 uint32_t ops; member in struct:mdp_hist_lut_data
717 uint32_t ops; member in struct:mdp_pcc_cfg_data
808 uint32_t ops; member in struct:mdp_calib_config_data
815 uint32_t ops; member in struct:mdp_calib_config_buffer
821 uint32_t ops; member in struct:mdp_calib_dcm_state
915 uint32_t ops; member in struct:mdss_ad_init_cfg
936 uint32_t ops; member in struct:mdss_calib_cfg
[all...]
/hardware/qcom/msm8994/original-kernel-headers/linux/
H A Dmsm_mdp.h406 uint32_t ops; member in struct:mdp_qseed_cfg
488 uint32_t len, ops; member in struct:mdp_igc_lut_data
494 uint32_t ops; member in struct:mdp_histogram_cfg
503 uint32_t ops; member in struct:mdp_hist_lut_data
780 uint32_t ops; member in struct:mdp_pcc_cfg_data
870 uint32_t ops; member in struct:mdp_calib_config_data
876 uint32_t ops; member in struct:mdp_calib_config_buffer
882 uint32_t ops; member in struct:mdp_calib_dcm_state
966 /* ops uses standard MDP_PP_* flags */
968 uint32_t ops; member in struct:mdss_ad_init_cfg
988 uint32_t ops; member in struct:mdss_calib_cfg
[all...]
/hardware/qcom/msm8996/kernel-headers/linux/
H A Dmsm_mdp.h461 uint32_t ops; member in struct:mdp_qseed_cfg
642 uint32_t len, ops; member in struct:mdp_igc_lut_data
657 uint32_t ops; member in struct:mdp_histogram_cfg
675 uint32_t ops; member in struct:mdp_hist_lut_data
696 uint32_t ops; member in struct:mdp_pcc_cfg_data
1021 uint32_t ops; member in struct:mdp_calib_config_data
1027 uint32_t ops; member in struct:mdp_calib_config_buffer
1034 uint32_t ops; member in struct:mdp_calib_dcm_state
1120 uint32_t ops; member in struct:mdss_ad_init_cfg
1141 uint32_t ops; member in struct:mdss_calib_cfg
[all...]
/hardware/qcom/msm8996/original-kernel-headers/linux/
H A Dmsm_mdp.h436 uint32_t ops; member in struct:mdp_qseed_cfg
609 uint32_t len, ops; member in struct:mdp_igc_lut_data
623 uint32_t ops; member in struct:mdp_histogram_cfg
639 uint32_t ops; member in struct:mdp_hist_lut_data
660 uint32_t ops; member in struct:mdp_pcc_cfg_data
1067 uint32_t ops; member in struct:mdp_calib_config_data
1073 uint32_t ops; member in struct:mdp_calib_config_buffer
1079 uint32_t ops; member in struct:mdp_calib_dcm_state
1155 /* ops uses standard MDP_PP_* flags */
1157 uint32_t ops; member in struct:mdss_ad_init_cfg
1177 uint32_t ops; member in struct:mdss_calib_cfg
[all...]
/hardware/qcom/msm8998/kernel-headers/linux/
H A Dmsm_mdp.h467 uint32_t ops; member in struct:mdp_qseed_cfg
649 uint32_t len, ops; member in struct:mdp_igc_lut_data
672 uint32_t ops; member in struct:mdp_histogram_cfg
690 uint32_t ops; member in struct:mdp_hist_lut_data
711 uint32_t ops; member in struct:mdp_pcc_cfg_data
1045 uint32_t ops; member in struct:mdp_calib_config_data
1051 uint32_t ops; member in struct:mdp_calib_config_buffer
1057 uint32_t ops; member in struct:mdp_calib_dcm_state
1149 uint32_t ops; member in struct:mdss_ad_init_cfg
1170 uint32_t ops; member in struct:mdss_calib_cfg
[all...]
/hardware/qcom/msm8998/original-kernel-headers/linux/
H A Dmsm_mdp.h442 uint32_t ops; member in struct:mdp_qseed_cfg
615 uint32_t len, ops; member in struct:mdp_igc_lut_data
637 uint32_t ops; member in struct:mdp_histogram_cfg
653 uint32_t ops; member in struct:mdp_hist_lut_data
674 uint32_t ops; member in struct:mdp_pcc_cfg_data
1089 uint32_t ops; member in struct:mdp_calib_config_data
1095 uint32_t ops; member in struct:mdp_calib_config_buffer
1101 uint32_t ops; member in struct:mdp_calib_dcm_state
1182 /* ops uses standard MDP_PP_* flags */
1184 uint32_t ops; member in struct:mdss_ad_init_cfg
1204 uint32_t ops; member in struct:mdss_calib_cfg
[all...]
/hardware/qcom/msm8x09/kernel-headers/linux/
H A Dmsm_mdp.h372 uint32_t ops; member in struct:mdp_qseed_cfg
517 uint32_t len, ops; member in struct:mdp_igc_lut_data
529 uint32_t ops; member in struct:mdp_histogram_cfg
543 uint32_t ops; member in struct:mdp_hist_lut_data
560 uint32_t ops; member in struct:mdp_pcc_cfg_data
820 uint32_t ops; member in struct:mdp_calib_config_data
825 uint32_t ops; member in struct:mdp_calib_config_buffer
830 uint32_t ops; member in struct:mdp_calib_dcm_state
899 uint32_t ops; member in struct:mdss_ad_init_cfg
916 uint32_t ops; member in struct:mdss_calib_cfg
[all...]
/hardware/qcom/msm8x09/original-kernel-headers/linux/
H A Dmsm_mdp.h435 uint32_t ops; member in struct:mdp_qseed_cfg
608 uint32_t len, ops; member in struct:mdp_igc_lut_data
622 uint32_t ops; member in struct:mdp_histogram_cfg
638 uint32_t ops; member in struct:mdp_hist_lut_data
659 uint32_t ops; member in struct:mdp_pcc_cfg_data
1066 uint32_t ops; member in struct:mdp_calib_config_data
1072 uint32_t ops; member in struct:mdp_calib_config_buffer
1078 uint32_t ops; member in struct:mdp_calib_dcm_state
1154 /* ops uses standard MDP_PP_* flags */
1156 uint32_t ops; member in struct:mdss_ad_init_cfg
1176 uint32_t ops; member in struct:mdss_calib_cfg
[all...]

Completed in 617 milliseconds

1234