Searched refs:ops (Results 1 - 25 of 99) sorted by relevance

1234

/hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/parser/
H A Dviddec_pm_stubs.c3 void viddec_vc1_get_ops(viddec_parser_ops_t *ops) argument
8 void viddec_mpeg2_get_ops(viddec_parser_ops_t *ops) argument
13 void viddec_mp4_get_ops(viddec_parser_ops_t *ops) argument
18 void viddec_h264_get_ops(viddec_parser_ops_t *ops) argument
/hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/parser/include/
H A Dviddec_h264_parse.h4 void viddec_h264_get_ops(viddec_parser_ops_t *ops);
H A Dviddec_mp4_parse.h4 void viddec_mp4_get_ops(viddec_parser_ops_t *ops);
H A Dviddec_mpeg2_parse.h4 void viddec_mpeg2_get_ops(viddec_parser_ops_t *ops);
H A Dviddec_vc1_parse.h4 void viddec_vc1_get_ops(viddec_parser_ops_t *ops);
/hardware/libhardware/modules/camera/3_0/
H A DCameraHAL.cpp127 static int get_tag_count(const vendor_tag_ops_t* ops) argument
129 return gVendorTags.getTagCount(ops);
132 static void get_all_tags(const vendor_tag_ops_t* ops, uint32_t* tag_array) argument
134 gVendorTags.getAllTags(ops, tag_array);
137 static const char* get_section_name(const vendor_tag_ops_t* ops, uint32_t tag) argument
139 return gVendorTags.getSectionName(ops, tag);
142 static const char* get_tag_name(const vendor_tag_ops_t* ops, uint32_t tag) argument
144 return gVendorTags.getTagName(ops, tag);
147 static int get_tag_type(const vendor_tag_ops_t* ops, uint32_t tag) argument
149 return gVendorTags.getTagType(ops, ta
152 get_vendor_tag_ops(vendor_tag_ops_t* ops) argument
[all...]
H A DVendorTags.h32 int getTagCount(const vendor_tag_ops_t* ops);
33 void getAllTags(const vendor_tag_ops_t* ops, uint32_t* tag_array);
34 const char* getSectionName(const vendor_tag_ops_t* ops, uint32_t tag);
35 const char* getTagName(const vendor_tag_ops_t* ops, uint32_t tag);
36 int getTagType(const vendor_tag_ops_t* ops, uint32_t tag);
H A DCameraHAL.h39 void getVendorTagOps(vendor_tag_ops_t* ops);
/hardware/qcom/audio/post_proc/
H A Dbundle.c132 if (context->ops.start)
133 context->ops.start(context, output);
147 if (context->ops.stop)
148 context->ops.stop(context, output);
170 (fx_ctxt->ops.process != NULL))
235 if (fx_ctxt->ops.start)
236 fx_ctxt->ops.start(fx_ctxt, out_ctxt);
275 if (fx_ctxt->ops.stop)
276 fx_ctxt->ops.stop(fx_ctxt, out_ctxt);
296 if (context->ops
[all...]
/hardware/qcom/camera/msm8998/QCamera2/stack/mm-jpeg-interface/src/
H A Dmm_jpeg_interface.c312 * @ops: ops table pointer
313 * @mpo_ops: mpo ops table ptr
325 uint32_t jpeg_open(mm_jpeg_ops_t *ops, mm_jpeg_mpo_ops_t *mpo_ops, argument
384 if (NULL != ops) {
385 /* fill in ops tbl if ptr not NULL */
386 ops->start_job = mm_jpeg_intf_start_job;
387 ops->abort_job = mm_jpeg_intf_abort_job;
388 ops->create_session = mm_jpeg_intf_create_session;
389 ops
[all...]
H A Dmm_jpegdec_interface.c233 * @ops: ops table pointer
242 uint32_t jpegdec_open(mm_jpegdec_ops_t *ops) argument
276 if (NULL != ops) {
277 /* fill in ops tbl if ptr not NULL */
278 ops->start_job = mm_jpegdec_intf_start_job;
279 ops->abort_job = mm_jpegdec_intf_abort_job;
280 ops->create_session = mm_jpegdec_intf_create_session;
281 ops->destroy_session = mm_jpegdec_intf_destroy_session;
282 ops
[all...]
/hardware/qcom/camera/msm8998/QCamera2/HAL3/
H A DQCamera3VendorTags.cpp653 * @ops : function pointer table to be filled by HAL
659 vendor_tag_ops_t* ops)
663 Ops = ops;
665 ops->get_tag_count = get_tag_count;
666 ops->get_all_tags = get_all_tags;
667 ops->get_section_name = get_section_name;
668 ops->get_tag_name = get_tag_name;
669 ops->get_tag_type = get_tag_type;
670 ops->reserved[0] = NULL;
682 * @ops
658 get_vendor_tag_ops( vendor_tag_ops_t* ops) argument
688 get_tag_count( const vendor_tag_ops_t * ops) argument
711 get_all_tags( const vendor_tag_ops_t * ops, uint32_t *g_array) argument
740 get_section_name( const vendor_tag_ops_t * ops, uint32_t tag) argument
776 get_tag_name( const vendor_tag_ops_t * ops, uint32_t tag) argument
820 get_tag_type( const vendor_tag_ops_t *ops, uint32_t tag) argument
[all...]
H A DQCamera3VendorTags.h571 static void get_vendor_tag_ops(vendor_tag_ops_t* ops);
573 const vendor_tag_ops_t *ops);
575 const vendor_tag_ops_t *ops,
578 const vendor_tag_ops_t *ops,
581 const vendor_tag_ops_t *ops,
584 const vendor_tag_ops_t *ops,
/hardware/libhardware/modules/usbcamera/
H A DCameraHAL.h43 void getVendorTagOps(vendor_tag_ops_t* ops);
/hardware/interfaces/camera/device/1.0/default/
H A DCameraDevice.cpp151 ALOGE("%s: camera HAL calling preview ops while there is no preview window!", __FUNCTION__);
192 ALOGE("%s: camera HAL calling preview ops while there is no preview window!", __FUNCTION__);
202 ALOGE("%s: camera HAL calling preview ops while there is no preview window!", __FUNCTION__);
212 ALOGE("%s: camera HAL calling preview ops while there is no preview window!", __FUNCTION__);
224 ALOGE("%s: camera HAL calling preview ops while there is no preview window!", __FUNCTION__);
237 ALOGE("%s: camera HAL calling preview ops while there is no preview window!", __FUNCTION__);
247 ALOGE("%s: camera HAL calling preview ops while there is no preview window!", __FUNCTION__);
257 ALOGE("%s: camera HAL calling preview ops while there is no preview window!", __FUNCTION__);
268 ALOGE("%s: camera HAL calling preview ops while there is no preview window!", __FUNCTION__);
280 ALOGE("%s: camera HAL calling preview ops whil
[all...]
/hardware/libhardware/tests/camera3/
H A Dcamera3tests.cpp59 ASSERT_TRUE(NULL != cam_device()->ops) << "Camera device ops are NULL";
61 cam_device()->ops->construct_default_request_settings(cam_device(),
/hardware/qcom/audio/visualizer/
H A Doffload_visualizer.c83 effect_ops_t ops; member in struct:effect_context_s
264 if (context->ops.start)
265 context->ops.start(context, output);
276 if (context->ops.stop)
277 context->ops.stop(context, output);
297 if (fx_ctxt->state == EFFECT_STATE_ACTIVE && fx_ctxt->ops.process != NULL)
403 if (fx_ctxt->ops.process != NULL)
404 fx_ctxt->ops.process(fx_ctxt, &buf, &buf);
456 if (fx_ctxt->ops.start)
457 fx_ctxt->ops
[all...]
/hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/codecs/mp4/parser/
H A Dviddec_mp4_parse.c269 void viddec_mp4_get_ops(viddec_parser_ops_t *ops) argument
271 ops->parse_syntax = viddec_mp4_parse;
272 ops->get_cxt_size = viddec_mp4_get_context_size;
273 ops->is_wkld_done = viddec_mp4_wkld_done;
274 ops->parse_sc = viddec_parse_sc_mp4;
275 ops->is_frame_start = viddec_mp4_is_frame_start;
276 ops->init = viddec_mp4_init;
/hardware/intel/common/wrs_omxil_core/base/inc/
H A Dcmodule.h40 struct wrs_omxil_cmodule_ops_s *ops; member in struct:wrs_omxil_cmodule_s
/hardware/libhardware/modules/camera/3_4/
H A Dv4l2_camera_hal.h45 void getVendorTagOps(vendor_tag_ops_t* ops);
/hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/codecs/mp2/parser/
H A Dviddec_mpeg2_parse.c367 /* viddec_mpeg2_get_ops() - Register parser ops with the parser manager. */
370 viddec_parser_ops_t *ops
373 ops->init = viddec_mpeg2_parser_init;
374 ops->parse_syntax = viddec_mpeg2_parse;
375 ops->get_cxt_size = viddec_mpeg2_get_context_size;
376 ops->is_wkld_done = viddec_mpeg2_is_workload_done;
377 ops->is_frame_start = viddec_mpeg2_is_start_frame;
/hardware/qcom/camera/msm8998/QCamera2/HAL3/test/
H A DQCameraHAL3PreviewTest.cpp100 device_handle->ops->configure_streams(my_test_obj->device, &(mPreviewConfig));
110 mMetaDataPtr[0]= device_handle->ops->construct_default_request_settings(my_test_obj->device,
112 mMetaDataPtr[1] = device_handle->ops->construct_default_request_settings(my_test_obj->device,
186 device_handle->ops->process_capture_request(my_test_obj->device, &(mRequest));
199 device_handle->ops->process_capture_request(my_test_obj->device, &(mRequest));
210 device_handle->ops->flush(my_test_obj->device);
H A DQCameraHAL3RawSnapshotTest.cpp68 mMetaDataPtr[0] = device_handle->ops->construct_default_request_settings(
70 mMetaDataPtr[1] = device_handle->ops->construct_default_request_settings(
93 device_handle->ops->configure_streams(my_test_obj->device, &(mRawSnapshotConfig));
117 device_handle->ops->process_capture_request(my_test_obj->device, &(mRequest));
144 device_handle->ops->process_capture_request(my_test_obj->device, &(mRequest));
155 device_handle->ops->flush(my_test_obj->device);
H A DQCameraHAL3SnapshotTest.cpp70 mMetaDataPtr[0]= device_handle->ops->construct_default_request_settings(my_test_obj->device,
72 mMetaDataPtr[1] = device_handle->ops->construct_default_request_settings(my_test_obj->device,
94 device_handle->ops->configure_streams(my_test_obj->device, &(mSnapshotConfig));
115 device_handle->ops->process_capture_request(my_test_obj->device, &(mRequest));
143 device_handle->ops->process_capture_request(my_test_obj->device, &(mRequest));
155 device_handle->ops->flush(my_test_obj->device);
H A DQCameraHAL3VideoTest.cpp105 device_handle->ops->configure_streams(my_test_obj->device, &(mVideoConfig));
115 mMetaDataPtr[0] = device_handle->ops->construct_default_request_settings(
117 mMetaDataPtr[1] = device_handle->ops->construct_default_request_settings(my_test_obj->device,
165 device_handle->ops->process_capture_request(my_test_obj->device, &(mRequest));
178 device_handle->ops->process_capture_request(my_test_obj->device, &(mRequest));
189 device_handle->ops->flush(my_test_obj->device);

Completed in 421 milliseconds

1234