Home
last modified time | relevance | path

Searched refs:interface (Results 1 – 25 of 59) sorted by relevance

123

/hardware/qcom/camera/QCamera2/stack/
DAndroid.mk2 include $(LOCAL_PATH)/mm-camera-interface/Android.mk
3 include $(LOCAL_PATH)/mm-jpeg-interface/Android.mk
4 include $(LOCAL_PATH)/mm-jpeg-interface/test/Android.mk
/hardware/intel/common/libva/
DNEWS23 * Fix vaBufferInfo() interface (Alexander Osin)
26 * API: add VARenderMode interface to select overlay or GPU rendering mode
27 * API: add VARenderDevice interface to allow rendering to an external device
28 * API: add VADisplayAttribOverlay{ColorKey,AutoPaintColorKey} interface
/hardware/libhardware_legacy/audio/
DAudioPolicyManagerDefault.cpp29 extern "C" void destroyAudioPolicyManager(AudioPolicyInterface *interface) in destroyAudioPolicyManager() argument
31 delete interface; in destroyAudioPolicyManager()
/hardware/intel/common/wrs_omxil_core/core/src/
Dpv_omx_interface.cpp81 OSCL_EXPORT_REF void PVReleaseInterface(void* interface) in PVReleaseInterface() argument
83 PVOMXInterface* pInterface = (PVOMXInterface*)interface; in PVReleaseInterface()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/examples/
Dvp8cx_set_ref.c141 printf("Using %s\n", vpx_codec_iface_name(encoder->interface())); in main()
143 res = vpx_codec_enc_config_default(encoder->interface(), &cfg, 0); in main()
160 if (vpx_codec_enc_init(&codec, encoder->interface(), &cfg, 0)) in main()
Dsimple_decoder.c126 printf("Using %s\n", vpx_codec_iface_name(decoder->interface())); in main()
128 if (vpx_codec_dec_init(&codec, decoder->interface(), NULL, 0)) in main()
Dsimple_encoder.c210 printf("Using %s\n", vpx_codec_iface_name(encoder->interface())); in main()
212 res = vpx_codec_enc_config_default(encoder->interface(), &cfg, 0); in main()
230 if (vpx_codec_enc_init(&codec, encoder->interface(), &cfg, 0)) in main()
Dpostproc.c89 printf("Using %s\n", vpx_codec_iface_name(decoder->interface())); in main()
91 res = vpx_codec_dec_init(&codec, decoder->interface(), NULL, in main()
Ddecode_with_drops.c111 printf("Using %s\n", vpx_codec_iface_name(decoder->interface())); in main()
113 if (vpx_codec_dec_init(&codec, decoder->interface(), NULL, 0)) in main()
Ddecode_to_md5.c107 printf("Using %s\n", vpx_codec_iface_name(decoder->interface())); in main()
109 if (vpx_codec_dec_init(&codec, decoder->interface(), NULL, 0)) in main()
Dtwopass_encoder.c171 printf("Using %s\n", vpx_codec_iface_name(encoder->interface())); in main()
173 res = vpx_codec_enc_config_default(encoder->interface(), &cfg, 0); in main()
196 if (vpx_codec_enc_init(&codec, encoder->interface(), &cfg, 0)) in main()
Dset_maps.c194 printf("Using %s\n", vpx_codec_iface_name(encoder->interface())); in main()
196 res = vpx_codec_enc_config_default(encoder->interface(), &cfg, 0); in main()
215 if (vpx_codec_enc_init(&codec, encoder->interface(), &cfg, 0)) in main()
Ddecode_with_partial_drops.c71 #define interface (vpx_codec_vp8_dx()) macro
242 printf("Using %s\n",vpx_codec_iface_name(interface)); in main()
245 res = vpx_codec_dec_init(&codec, interface, &dec_cfg, flags); in main()
/hardware/intel/common/libva/test/common/
Dva_display_wayland.c52 const char *interface, in registry_handle_global() argument
58 if (strcmp(interface, "wl_compositor") == 0) in registry_handle_global()
61 else if (strcmp(interface, "wl_shell") == 0) in registry_handle_global()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
Dvpxdec.c166 decoder->name, vpx_codec_iface_name(decoder->interface())); in usage_exit()
286 if (!vpx_codec_peek_stream_info(decoder->interface(), in file_is_raw()
498 const VpxInterface *interface = NULL; in main_loop() local
544 interface = get_vpx_decoder_by_name(arg.val); in main_loop()
545 if (!interface) in main_loop()
713 if (interface && fourcc_interface && interface != fourcc_interface) in main_loop()
716 interface = fourcc_interface; in main_loop()
718 if (!interface) in main_loop()
719 interface = get_vpx_decoder_by_index(0); in main_loop()
723 if (vpx_codec_dec_init(&decoder, interface->interface(), &cfg, dec_flags)) { in main_loop()
Dusage.dox3 The vpx multi-format codec SDK provides a unified interface amongst its
6 "special casing." This section describes the interface common to all codecs.
25 There are two important data structures to consider in this interface.
41 A codec interface is an opaque structure that controls how function calls
42 into the generic interface are dispatched to their codec-specific
47 Each supported codec will expose an interface structure to the application
55 they are implemented, they conform to a common interface. The features, or
56 capabilities, of an algorithm can be queried from it's interface by using
71 and interface structures are passed to an initialization function. Depending
144 (XMA) interface. Not all codecs support the XMA \ref usage_features.
/hardware/qcom/audio/voice_processing/
Dvoice_processing.c252 effect_handle_t *interface) in effect_create() argument
255 *interface = (effect_handle_t)&effect->itfe; in effect_create()
287 effect_handle_t *interface) in session_create_effect() argument
304 status = effect_create(&session->effects[id], session, interface); in session_create_effect()
705 static int lib_release(effect_handle_t interface) in lib_release() argument
710 ALOGV("lib_release %p", interface); in lib_release()
714 struct effect_s *fx = (struct effect_s *)interface; in lib_release()
/hardware/qcom/camera/QCamera2/stack/mm-jpeg-interface/test/
DAndroid.mk34 LOCAL_MODULE := mm-jpeg-interface-test
73 LOCAL_MODULE := mm-jpegdec-interface-test
/hardware/libhardware/modules/radio/
Dradio_hw.c78 struct radio_tuner interface; member
627 rdev->tuner->interface.set_configuration = tuner_set_configuration; in rdev_open_tuner()
628 rdev->tuner->interface.get_configuration = tuner_get_configuration; in rdev_open_tuner()
629 rdev->tuner->interface.scan = tuner_scan; in rdev_open_tuner()
630 rdev->tuner->interface.step = tuner_step; in rdev_open_tuner()
631 rdev->tuner->interface.tune = tuner_tune; in rdev_open_tuner()
632 rdev->tuner->interface.cancel = tuner_cancel; in rdev_open_tuner()
633 rdev->tuner->interface.get_program_information = tuner_get_program_information; in rdev_open_tuner()
651 *tuner = &rdev->tuner->interface; in rdev_open_tuner()
/hardware/qcom/audio/legacy/alsa_sound/
DAudioPolicyManagerALSA.cpp44 extern "C" void destroyAudioPolicyManager(AudioPolicyInterface *interface) in destroyAudioPolicyManager() argument
46 delete interface; in destroyAudioPolicyManager()
/hardware/intel/common/libva/va/wayland/
Dva_wayland_emgd.c95 const char *interface, in registry_handle_global() argument
101 if (strcmp(interface, "wl_emgd") == 0) { in registry_handle_global()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/nestegg/halloc/
DREADME4 Hierarchical memory heap interface - an extension to standard
5 malloc/free interface that simplifies tasks of memory disposal
/hardware/mediatek/wlan/config/
Dandroid_dhcpcd.conf6 interface wlan0
/hardware/qcom/wlan/qcwcn/config/
Dandroid_dhcpcd.conf7 interface wlan0
/hardware/broadcom/wlan/bcmdhd/config/
Dandroid_dhcpcd.conf7 interface wlan0

123