Home
last modified time | relevance | path

Searched refs:component (Results 1 – 25 of 26) sorted by relevance

12

/device/generic/goldfish-opengl/system/codecs/omx/plugin/
DGoldfishOMXComponent.cpp31 OMX_COMPONENTTYPE **component) in GoldfishOMXComponent() argument
63 *component = mComponent; in GoldfishOMXComponent()
116 OMX_HANDLETYPE component, in SendCommandWrapper() argument
122 ((OMX_COMPONENTTYPE *)component)->pComponentPrivate; in SendCommandWrapper()
129 OMX_HANDLETYPE component, in GetParameterWrapper() argument
134 ((OMX_COMPONENTTYPE *)component)->pComponentPrivate; in GetParameterWrapper()
141 OMX_HANDLETYPE component, in SetParameterWrapper() argument
146 ((OMX_COMPONENTTYPE *)component)->pComponentPrivate; in SetParameterWrapper()
153 OMX_HANDLETYPE component, in GetConfigWrapper() argument
158 ((OMX_COMPONENTTYPE *)component)->pComponentPrivate; in GetConfigWrapper()
[all …]
DGoldfishOMXComponent.h34 OMX_COMPONENTTYPE **component);
106 OMX_HANDLETYPE component,
112 OMX_HANDLETYPE component,
117 OMX_HANDLETYPE component,
122 OMX_HANDLETYPE component,
127 OMX_HANDLETYPE component,
132 OMX_HANDLETYPE component,
137 OMX_HANDLETYPE component,
145 OMX_HANDLETYPE component,
152 OMX_HANDLETYPE component,
[all …]
DGoldfishOMXPlugin.h33 OMX_COMPONENTTYPE **component);
36 OMX_COMPONENTTYPE *component);
DGoldfishOMXPlugin.cpp110 OMX_COMPONENTTYPE **component) { in makeComponentInstance() argument
154 (*createGoldfishOMXComponent)(name, callbacks, appData, component); in makeComponentInstance()
181 OMX_COMPONENTTYPE *component) { in destroyComponentInstance() argument
184 ((OMX_COMPONENTTYPE *)component)->pComponentPrivate; in destroyComponentInstance()
DGoldfishVideoDecoderOMXComponent.h47 OMX_COMPONENTTYPE **component);
DSimpleGoldfishOMXComponent.h44 OMX_COMPONENTTYPE **component);
DGoldfishVideoDecoderOMXComponent.cpp53 OMX_COMPONENTTYPE **component) in GoldfishVideoDecoderOMXComponent() argument
54 : SimpleGoldfishOMXComponent(name, callbacks, appData, component), in GoldfishVideoDecoderOMXComponent()
DSimpleGoldfishOMXComponent.cpp32 OMX_COMPONENTTYPE **component) in SimpleGoldfishOMXComponent() argument
33 : GoldfishOMXComponent(name, callbacks, appData, component), in SimpleGoldfishOMXComponent()
/device/linaro/hikey/hifi/xaf/hifi-dpf/core/
Dxf-core.c99 xf_component_t *component; in xf_proxy_register() local
105 if ((component = xf_component_factory(core, m->buffer, m->length)) == NULL) in xf_proxy_register()
117 cd->cmap[client].c = component; in xf_proxy_register()
120 component->id = __XF_PORT_SPEC(core, client, 0); in xf_proxy_register()
123 m->id = __XF_MSG_ID(src, component->id); in xf_proxy_register()
173 xf_component_t *component;
180 if ((component = xf_client_lookup(XF_CORE_DATA(core), XF_PORT_CLIENT(src))) == NULL)
185 else if (!component->port || !(port = component->port(component, XF_PORT_ID(src))))
202 component->entry(component, NULL);
215 xf_component_t *component;
[all …]
/device/linaro/hikey/gralloc960/
Dmali_gralloc_bufferaccess.cpp298 flex_layout->planes[0].component = FLEX_COMPONENT_Y; in mali_gralloc_lock_flex_async()
306 flex_layout->planes[1].component = FLEX_COMPONENT_Cb; in mali_gralloc_lock_flex_async()
314 flex_layout->planes[2].component = FLEX_COMPONENT_Cr; in mali_gralloc_lock_flex_async()
327 flex_layout->planes[0].component = FLEX_COMPONENT_Y; in mali_gralloc_lock_flex_async()
335 flex_layout->planes[1].component = FLEX_COMPONENT_Cr; in mali_gralloc_lock_flex_async()
343 flex_layout->planes[2].component = FLEX_COMPONENT_Cb; in mali_gralloc_lock_flex_async()
363 flex_layout->planes[0].component = FLEX_COMPONENT_Y; in mali_gralloc_lock_flex_async()
371 flex_layout->planes[1].component = FLEX_COMPONENT_Cr; in mali_gralloc_lock_flex_async()
379 flex_layout->planes[2].component = FLEX_COMPONENT_Cb; in mali_gralloc_lock_flex_async()
/device/amlogic/yukawa/hal/gralloc/
Dmali_gralloc_bufferaccess.cpp298 flex_layout->planes[0].component = FLEX_COMPONENT_Y; in mali_gralloc_lock_flex_async()
306 flex_layout->planes[1].component = FLEX_COMPONENT_Cb; in mali_gralloc_lock_flex_async()
314 flex_layout->planes[2].component = FLEX_COMPONENT_Cr; in mali_gralloc_lock_flex_async()
327 flex_layout->planes[0].component = FLEX_COMPONENT_Y; in mali_gralloc_lock_flex_async()
335 flex_layout->planes[1].component = FLEX_COMPONENT_Cr; in mali_gralloc_lock_flex_async()
343 flex_layout->planes[2].component = FLEX_COMPONENT_Cb; in mali_gralloc_lock_flex_async()
363 flex_layout->planes[0].component = FLEX_COMPONENT_Y; in mali_gralloc_lock_flex_async()
371 flex_layout->planes[1].component = FLEX_COMPONENT_Cr; in mali_gralloc_lock_flex_async()
379 flex_layout->planes[2].component = FLEX_COMPONENT_Cb; in mali_gralloc_lock_flex_async()
/device/linaro/hikey/hifi/xaf/hifi-dpf/audio/
Dxa-class-audio-codec.c673 static int xa_audio_codec_terminate(xf_component_t *component, xf_message_t *m) in xa_audio_codec_terminate() argument
675 XAAudioCodec *codec = (XAAudioCodec *) component; in xa_audio_codec_terminate()
705 static int xa_audio_codec_destroy(xf_component_t *component, xf_message_t *m) in xa_audio_codec_destroy() argument
707 XAAudioCodec *codec = (XAAudioCodec *) component; in xa_audio_codec_destroy()
708 u32 core = xf_component_core(component); in xa_audio_codec_destroy()
726 static int xa_audio_codec_cleanup(xf_component_t *component, xf_message_t *m) in xa_audio_codec_cleanup() argument
728 XAAudioCodec *codec = (XAAudioCodec *) component; in xa_audio_codec_cleanup()
743 return xa_audio_codec_destroy(component, NULL); in xa_audio_codec_cleanup()
748 component->entry = xa_audio_codec_terminate; in xa_audio_codec_cleanup()
749 component->exit = xa_audio_codec_destroy; in xa_audio_codec_cleanup()
[all …]
Dxa-class-mixer.c755 static int xa_mixer_terminate(xf_component_t *component, xf_message_t *m) in xa_mixer_terminate() argument
757 XAMixer *mixer = (XAMixer *) component; in xa_mixer_terminate()
786 static int xa_mixer_destroy(xf_component_t *component, xf_message_t *m) in xa_mixer_destroy() argument
788 XAMixer *mixer = (XAMixer *) component; in xa_mixer_destroy()
789 u32 core = xf_component_core(component); in xa_mixer_destroy()
810 static int xa_mixer_cleanup(xf_component_t *component, xf_message_t *m) in xa_mixer_cleanup() argument
812 XAMixer *mixer = (XAMixer *) component; in xa_mixer_cleanup()
831 return xa_mixer_destroy(component, NULL); in xa_mixer_cleanup()
836 component->entry = xa_mixer_terminate; in xa_mixer_cleanup()
837 component->exit = xa_mixer_destroy; in xa_mixer_cleanup()
[all …]
Dxa-class-base.c419 static int xa_base_command(xf_component_t *component, xf_message_t *m) in xa_base_command() argument
421 XACodecBase *base = (XACodecBase *) component; in xa_base_command()
464 xf_component_schedule(&base->component, dts); in xa_base_schedule()
481 xf_component_cancel(&base->component); in xa_base_cancel()
522 base->component.entry = xa_base_command; in xa_base_factory()
Dxa-class-base.h75 xf_component_t component; member
/device/google/cuttlefish/host/commands/assemble_cvd/
Dmisc_info.cc65 for (auto& component : components) { in SuperPartitionComponents() local
66 component = android::base::Trim(component); in SuperPartitionComponents()
Dimage_aggregator.cc203 ComponentDisk* component = disk.add_component_disks(); in MakeCompositeDiskSpec() local
204 component->set_file_path(partition.source.image_file_path); in MakeCompositeDiskSpec()
205 component->set_offset(partition.offset); in MakeCompositeDiskSpec()
206 component->set_read_write_capability(ReadWriteCapability::READ_WRITE); in MakeCompositeDiskSpec()
/device/linaro/hikey/hifi/xaf/hifi-dpf/include/
Dxf-component.h67 static inline u32 xf_component_core(xf_component_t *component) in xf_component_core() argument
69 return XF_PORT_CORE(component->id); in xf_component_core()
/device/generic/goldfish-opengl/system/codecs/omx/vpxdec/
DGoldfishVPX.cpp61 OMX_COMPONENTTYPE** component, in GoldfishVPX() argument
73 component), in GoldfishVPX()
501 OMX_PTR appData, OMX_COMPONENTTYPE **component) { in createGoldfishOMXComponent() argument
507 appData, component, RenderMode::RENDER_BY_HOST_GPU); in createGoldfishOMXComponent()
512 appData, component, RenderMode::RENDER_BY_HOST_GPU); in createGoldfishOMXComponent()
517 appData, component, RenderMode::RENDER_BY_GUEST_CPU); in createGoldfishOMXComponent()
522 appData, component, RenderMode::RENDER_BY_GUEST_CPU); in createGoldfishOMXComponent()
DGoldfishVPX.h46 OMX_COMPONENTTYPE** component,
/device/generic/goldfish-opengl/system/codecs/omx/avcdec/
DGoldfishAVCDec.cpp77 OMX_COMPONENTTYPE **component, RenderMode renderMode) in GoldfishAVCDec() argument
82 appData, component), in GoldfishAVCDec()
634 OMX_COMPONENTTYPE **component) { in createGoldfishOMXComponent() argument
636 …return new android::GoldfishAVCDec(name, callbacks, appData, component, RenderMode::RENDER_BY_HOST… in createGoldfishOMXComponent()
638 …return new android::GoldfishAVCDec(name, callbacks, appData, component, RenderMode::RENDER_BY_GUES… in createGoldfishOMXComponent()
DGoldfishAVCDec.h58 OMX_PTR appData, OMX_COMPONENTTYPE **component, RenderMode renderMode);
/device/generic/opengl-transport/host/libs/virglrenderer/
DREADME.md36 This component contains a decoder for the wire protocol, and stubs for any
42 This component contains a decoder for the wire protocol, and stubs for any
50 This component contains a decoder for the wire protocol, and stubs for any
/device/google/cuttlefish_vmm/
Drebuild-internal.sh46 rustup component add rustfmt-preview
/device/linaro/hikey/hifi/firmware/
Dhifi-hikey960.img229 ���audio-decoder/pcm���audio-decoder/vorbis����mixer���FACTORY�[%s.%s] Unknown component type: %s @…
258 ����[%s.%s] force component[%p] termination @%s:%d

12