/device/generic/goldfish-opengl/system/codecs/omx/plugin/ |
D | GoldfishOMXComponent.cpp | 31 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 …]
|
D | GoldfishOMXComponent.h | 34 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 …]
|
D | GoldfishOMXPlugin.h | 33 OMX_COMPONENTTYPE **component); 36 OMX_COMPONENTTYPE *component);
|
D | GoldfishOMXPlugin.cpp | 110 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()
|
D | GoldfishVideoDecoderOMXComponent.h | 47 OMX_COMPONENTTYPE **component);
|
D | SimpleGoldfishOMXComponent.h | 44 OMX_COMPONENTTYPE **component);
|
D | GoldfishVideoDecoderOMXComponent.cpp | 53 OMX_COMPONENTTYPE **component) in GoldfishVideoDecoderOMXComponent() argument 54 : SimpleGoldfishOMXComponent(name, callbacks, appData, component), in GoldfishVideoDecoderOMXComponent()
|
D | SimpleGoldfishOMXComponent.cpp | 32 OMX_COMPONENTTYPE **component) in SimpleGoldfishOMXComponent() argument 33 : GoldfishOMXComponent(name, callbacks, appData, component), in SimpleGoldfishOMXComponent()
|
/device/linaro/hikey/hifi/xaf/hifi-dpf/core/ |
D | xf-core.c | 99 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/ |
D | mali_gralloc_bufferaccess.cpp | 298 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/ |
D | mali_gralloc_bufferaccess.cpp | 298 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/ |
D | xa-class-audio-codec.c | 673 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 …]
|
D | xa-class-mixer.c | 755 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 …]
|
D | xa-class-base.c | 419 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()
|
D | xa-class-base.h | 75 xf_component_t component; member
|
/device/google/cuttlefish/host/commands/assemble_cvd/ |
D | misc_info.cc | 65 for (auto& component : components) { in SuperPartitionComponents() local 66 component = android::base::Trim(component); in SuperPartitionComponents()
|
D | image_aggregator.cc | 203 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/ |
D | xf-component.h | 67 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/ |
D | GoldfishVPX.cpp | 61 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()
|
D | GoldfishVPX.h | 46 OMX_COMPONENTTYPE** component,
|
/device/generic/goldfish-opengl/system/codecs/omx/avcdec/ |
D | GoldfishAVCDec.cpp | 77 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()
|
D | GoldfishAVCDec.h | 58 OMX_PTR appData, OMX_COMPONENTTYPE **component, RenderMode renderMode);
|
/device/generic/opengl-transport/host/libs/virglrenderer/ |
D | README.md | 36 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/ |
D | rebuild-internal.sh | 46 rustup component add rustfmt-preview
|
/device/linaro/hikey/hifi/firmware/ |
D | hifi-hikey960.img | 229 audio-decoder/pcmaudio-decoder/vorbismixerFACTORY[%s.%s] Unknown component type: %s @… 258 [%s.%s] force component[%p] termination @%s:%d
|