Home
last modified time | relevance | path

Searched defs:base (Results 1 – 25 of 192) sorted by relevance

12345678

/device/linaro/hikey/hifi/xaf/hifi-dpf/audio/
Dxa-class-base.c53 static XA_ERRORCODE xa_base_preinit(XACodecBase *base, u32 core) in xa_base_preinit()
85 static XA_ERRORCODE xa_base_postinit(XACodecBase *base, u32 core) in xa_base_postinit()
166 XA_ERRORCODE xa_base_set_param(XACodecBase *base, xf_message_t *m) in xa_base_set_param()
210 XA_ERRORCODE xa_base_get_param(XACodecBase *base, xf_message_t *m) in xa_base_get_param()
244 XA_ERRORCODE xa_base_set_param_ext(XACodecBase *base, xf_message_t *m) in xa_base_set_param_ext()
308 XA_ERRORCODE xa_base_get_param_ext(XACodecBase *base, xf_message_t *m) in xa_base_get_param_ext()
369 static XA_ERRORCODE xa_base_process(XACodecBase *base) in xa_base_process()
421 XACodecBase *base = (XACodecBase *) component; in xa_base_command() local
459 void xa_base_schedule(XACodecBase *base, u32 dts) in xa_base_schedule()
476 void xa_base_cancel(XACodecBase *base) in xa_base_cancel()
[all …]
Dxa-class-audio-codec.c62 XACodecBase base; member
108 XACodecBase *base = (XACodecBase *)codec; in xa_codec_prepare_runtime() local
159 static XA_ERRORCODE xa_codec_empty_this_buffer(XACodecBase *base, xf_message_t *m) in xa_codec_empty_this_buffer()
201 static XA_ERRORCODE xa_codec_fill_this_buffer(XACodecBase *base, xf_message_t *m) in xa_codec_fill_this_buffer()
262 static XA_ERRORCODE xa_codec_port_route(XACodecBase *base, xf_message_t *m) in xa_codec_port_route()
292 static XA_ERRORCODE xa_codec_port_unroute(XACodecBase *base, xf_message_t *m) in xa_codec_port_unroute()
331 static XA_ERRORCODE xa_codec_flush(XACodecBase *base, xf_message_t *m) in xa_codec_flush()
415 static XA_ERRORCODE xa_codec_memtab(XACodecBase *base, WORD32 idx, WORD32 type, WORD32 size, WORD32… in xa_codec_memtab()
448 static XA_ERRORCODE xa_codec_preprocess(XACodecBase *base) in xa_codec_preprocess()
544 static XA_ERRORCODE xa_codec_postprocess(XACodecBase *base, int done) in xa_codec_postprocess()
[all …]
Dxa-class-mixer.c107 XACodecBase base; member
177 XACodecBase *base = (XACodecBase *) mixer; in xa_mixer_prepare_runtime() local
208 static XA_ERRORCODE xa_mixer_empty_this_buffer(XACodecBase *base, xf_message_t *m) in xa_mixer_empty_this_buffer()
255 static XA_ERRORCODE xa_mixer_fill_this_buffer(XACodecBase *base, xf_message_t *m) in xa_mixer_fill_this_buffer()
291 static XA_ERRORCODE xa_mixer_port_route(XACodecBase *base, xf_message_t *m) in xa_mixer_port_route()
321 static XA_ERRORCODE xa_mixer_port_unroute(XACodecBase *base, xf_message_t *m) in xa_mixer_port_unroute()
361 static XA_ERRORCODE xa_mixer_pause(XACodecBase *base, xf_message_t *m) in xa_mixer_pause()
400 static XA_ERRORCODE xa_mixer_resume(XACodecBase *base, xf_message_t *m) in xa_mixer_resume()
442 static XA_ERRORCODE xa_mixer_flush(XACodecBase *base, xf_message_t *m) in xa_mixer_flush()
500 static XA_ERRORCODE xa_mixer_memtab(XACodecBase *base, WORD32 idx, WORD32 type, WORD32 size, WORD32… in xa_mixer_memtab()
[all …]
/device/linaro/hikey/hifi/xaf/hifi-dpf/include/sys/xt-shmem/board-hikey/
Dxf-board.h55 #define SYS_IPC_LOCK(base) WORD_REF(base + 0xA00) argument
56 #define SYS_IPC_ICLR(base, box) WORD_REF(base + ((box) << 6) + 0x18) argument
57 #define SYS_IPC_DATA(base, box, num) WORD_REF(base + ((box) << 6) + 0x20 + ((num) << 2)) argument
58 #define SYS_IPC_CPUIRST(base, core) WORD_REF(base + 0x804 + ((core) << 3)) argument
59 #define SYS_IPC_MODE(base, box) WORD_REF(base + ((box) << 6) + 0x10) argument
60 #define SYS_IPC_SOURCE(base, box) WORD_REF(base + ((box) << 6)) argument
61 #define SYS_IPC_DEST(base, box) WORD_REF(base + ((box) * 64) + 0x04) argument
62 #define SYS_IPC_SEND(base, box) WORD_REF(base + ((box) << 6) + 0x1c) argument
63 #define SYS_IPC_IMASK(base, box) WORD_REF(base + ((box) << 6) + 0x14) argument
64 #define SYS_IPC_DCLR(base, box) WORD_REF(base + ((box) * 64) + 0x08) argument
[all …]
/device/generic/vulkan-cereal/third-party/angle/src/compiler/translator/
DShaderLang.cpp52 TShHandleBase *base = static_cast<TShHandleBase *>(handle); in GetCompilerFromHandle() local
73 TShHandleBase *base = static_cast<TShHandleBase *>(handle); in GetTranslatorHLSLFromHandle() local
277 TShHandleBase *base = static_cast<TShHandleBase *>(ConstructCompiler(type, spec, output)); in ConstructCompiler() local
304 TShHandleBase *base = static_cast<TShHandleBase *>(handle); in Destruct() local
469 TShHandleBase *base = static_cast<TShHandleBase *>(handle); in GetUniformBlocks() local
479 TShHandleBase *base = static_cast<TShHandleBase *>(handle); in GetShaderStorageBlocks() local
490 TShHandleBase *base = static_cast<TShHandleBase *>(handle); in GetComputeShaderLocalGroupSize() local
500 TShHandleBase *base = static_cast<TShHandleBase *>(handle); in GetVertexShaderNumViews() local
631 TShHandleBase *base = static_cast<TShHandleBase *>(handle); in HasValidGeometryShaderInputPrimitiveType() local
642 TShHandleBase *base = static_cast<TShHandleBase *>(handle); in HasValidGeometryShaderOutputPrimitiveType() local
[all …]
/device/generic/vulkan-cereal/include/vulkan/
Dvk_icd.h133 VkIcdSurfaceBase base; member
141 VkIcdSurfaceBase base; member
149 VkIcdSurfaceBase base; member
157 VkIcdSurfaceBase base; member
165 VkIcdSurfaceBase base; member
173 VkIcdSurfaceBase base; member
181 VkIcdSurfaceBase base; member
188 VkIcdSurfaceBase base; member
195 VkIcdSurfaceBase base; member
202 VkIcdSurfaceBase base; member
[all …]
/device/generic/vulkan-cereal/fake-android-guest/ui/
DANativeObjectBase.h62 static inline TYPE* getSelf(NATIVE_BASE* base) { in getSelf()
65 static inline TYPE const * getSelf(NATIVE_BASE const* base) { in getSelf()
68 static void incRef(NATIVE_BASE* base) { in incRef()
72 static void decRef(NATIVE_BASE* base) { in decRef()
/device/generic/vulkan-cereal/stream-servers/apigen-codec-common/GL/
Ddri_interface.h136 __DRIextension base; member
147 __DRIextension base; member
158 __DRIextension base; member
184 __DRIextension base; member
208 __DRIextension base; member
232 __DRIextension base; member
282 __DRIextension base; member
327 __DRIextension base; member
364 __DRIextension base; member
385 __DRIextension base; member
[all …]
/device/generic/vulkan-cereal/stream-servers/apigen-codec-common/GL/internal/
Ddri_interface.h136 __DRIextension base; member
147 __DRIextension base; member
158 __DRIextension base; member
184 __DRIextension base; member
208 __DRIextension base; member
232 __DRIextension base; member
282 __DRIextension base; member
327 __DRIextension base; member
364 __DRIextension base; member
385 __DRIextension base; member
[all …]
/device/generic/vulkan-cereal/include/glm/gtx/
Dlog_base.inl7 GLM_FUNC_QUALIFIER genType log(genType const & x, genType const & base)
14 GLM_FUNC_QUALIFIER vecType<T, P> log(vecType<T, P> const & x, vecType<T, P> const & base)
/device/generic/vulkan-cereal/include/glm/detail/
Dtype_gentype.inl50 base<vT, cT, rT, pT>::base() function in glm::detail::base
56 base<vT, cT, rT, pT>::base function in glm::detail::base
73 base<vT, cT, rT, pT>::base function in glm::detail::base
109 base<vT, cT, rT, pT>::base function in glm::detail::base
118 base<vT, cT, rT, pT>::base function in glm::detail::base
136 base<vT, cT, rT, pT>::base function in glm::detail::base
/device/generic/goldfish-opengl/android-emu/android/base/
DTracing.cpp26 namespace base { namespace
52 namespace base { namespace
/device/generic/vulkan-cereal/third-party/astc-codec/src/base/test/
Duint128_test.cpp20 namespace base { namespace
81 const UInt128 base(0xFF); in TEST() local
/device/generic/vulkan-cereal/third-party/angle/src/tests/compiler_tests/
DRemovePow_test.cpp83 bool IsPowWorkaround(TIntermNode *node, TIntermNode **base) in IsPowWorkaround()
124 TIntermNode *base = nullptr; in visitUnary() local
/device/generic/vulkan-cereal/third-party/astc-codec/src/base/
DCMakeLists.txt13 add_library(base INTERFACE) target
/device/generic/vulkan-cereal/third-party/perfetto/src/base/
Dvirtual_destructors.cc25 namespace base { namespace
Dstring_view.cc20 namespace base { namespace
Dwaitable_event.cc20 namespace base { namespace
Dpipe.cc28 namespace base { namespace
Devent_fd.cc33 namespace base { namespace
/device/generic/vulkan-cereal/base/
DFunctorThread.cpp20 namespace base { namespace
DCpuTime.cpp17 namespace base { namespace
/device/generic/goldfish-opengl/android-emu/android/base/threads/
DAndroidFunctorThread.cpp20 namespace base { namespace
/device/generic/vulkan-cereal/third-party/lz4/
Dlz4hc.h151 const uint8_t* base; /* All index relative to this position */ member
168 const unsigned char* base; /* All index relative to this position */ member
/device/google/contexthub/firmware/os/cpu/cortexm4/
DappSupport.c37 uint32_t base, where; in handleRelNumber() local
176 static uintptr_t __attribute__((naked)) callWithR9(const void *base, uint32_t offset, void *data, u… in callWithR9()

12345678