Home
last modified time | relevance | path

Searched defs:ctxt (Results 1 – 25 of 43) sorted by relevance

12

/aosp12/frameworks/rs/driver/runtime/
H A Drs_core.c184 extern uint32_t __attribute__((overloadable)) rsGetArray0(rs_kernel_context ctxt) { in rsGetArray0()
188 extern uint32_t __attribute__((overloadable)) rsGetArray1(rs_kernel_context ctxt) { in rsGetArray1()
192 extern uint32_t __attribute__((overloadable)) rsGetArray2(rs_kernel_context ctxt) { in rsGetArray2()
196 extern uint32_t __attribute__((overloadable)) rsGetArray3(rs_kernel_context ctxt) { in rsGetArray3()
204 extern uint32_t __attribute__((overloadable)) rsGetLod(rs_kernel_context ctxt) { in rsGetLod()
208 extern uint32_t __attribute__((overloadable)) rsGetDimX(rs_kernel_context ctxt) { in rsGetDimX()
212 extern uint32_t __attribute__((overloadable)) rsGetDimY(rs_kernel_context ctxt) { in rsGetDimY()
216 extern uint32_t __attribute__((overloadable)) rsGetDimZ(rs_kernel_context ctxt) { in rsGetDimZ()
220 extern uint32_t __attribute__((overloadable)) rsGetDimArray0(rs_kernel_context ctxt) { in rsGetDimArray0()
236 extern bool __attribute__((overloadable)) rsGetDimHasFaces(rs_kernel_context ctxt) { in rsGetDimHasFaces()
[all …]
/aosp12/packages/services/Car/service/jni/evs/
H A DCarEvsService.cpp50 EvsServiceContext* ctxt = reinterpret_cast<EvsServiceContext*>(handle); in connectToHalServiceIfNecessary() local
76 EvsServiceContext* ctxt = reinterpret_cast<EvsServiceContext*>(handle); in returnFrameBuffer() local
89 EvsServiceContext* ctxt = reinterpret_cast<EvsServiceContext*>(handle); in openCamera() local
110 EvsServiceContext* ctxt = reinterpret_cast<EvsServiceContext*>(handle); in closeCamera() local
122 EvsServiceContext* ctxt = reinterpret_cast<EvsServiceContext*>(handle); in startVideoStream() local
135 EvsServiceContext* ctxt = reinterpret_cast<EvsServiceContext*>(handle); in stopVideoStream() local
/aosp12/hardware/interfaces/automotive/audiocontrol/1.0/vts/functional/
H A DVtsHalAudioControlV1_0TargetTest.cpp118 for (const auto& ctxt : hidl_enum_range<ContextNumber>()) { in TEST_P() local
/aosp12/system/core/libcutils/
H A Dstr_parms.cpp91 remove_ctxt* ctxt = static_cast<remove_ctxt*>(context); in remove_pair() local
121 struct remove_ctxt ctxt = { in str_parms_del() local
130 struct remove_ctxt ctxt = { in str_parms_destroy() local
/aosp12/hardware/interfaces/automotive/audiocontrol/1.0/default/
H A DAudioControl.cpp39 Return<int32_t> AudioControl::getBusForContext(ContextNumber ctxt) { in getBusForContext()
/aosp12/frameworks/av/media/libstagefright/codecs/avcdec/
H A DSoftAVCDec.cpp95 static void *ivd_aligned_malloc(void *ctxt, WORD32 alignment, WORD32 size) { in ivd_aligned_malloc()
100 static void ivd_aligned_free(void *ctxt, void *buf) { in ivd_aligned_free()
/aosp12/frameworks/av/media/libstagefright/codecs/hevcdec/
H A DSoftHEVC.cpp88 static void *ivd_aligned_malloc(void *ctxt, WORD32 alignment, WORD32 size) { in ivd_aligned_malloc()
93 static void ivd_aligned_free(void *ctxt, void *buf) { in ivd_aligned_free()
/aosp12/frameworks/rs/cpu_ref/
H A DrsCpuScriptGroup2.cpp310 void generateSourceSlot(RsdCpuReferenceImpl* ctxt, in generateSourceSlot()
598 RsdCpuReferenceImpl* ctxt = mGroup->getCpuRefImpl(); in setGlobalsForBatch() local
/aosp12/frameworks/av/media/codec2/components/avc/
H A DC2SoftAvcDec.cpp324 static void *ivd_aligned_malloc(void *ctxt, WORD32 alignment, WORD32 size) { in ivd_aligned_malloc()
329 static void ivd_aligned_free(void *ctxt, void *mem) { in ivd_aligned_free()
/aosp12/frameworks/av/media/codec2/components/hevc/
H A DC2SoftHevcDec.cpp313 static void *ivd_aligned_malloc(void *ctxt, WORD32 alignment, WORD32 size) { in ivd_aligned_malloc()
318 static void ivd_aligned_free(void *ctxt, void *mem) { in ivd_aligned_free()
/aosp12/frameworks/compile/slang/
H A Dslang_rs_foreach_lowering.cpp36 RSForEachLowering::RSForEachLowering(RSContext* ctxt) in RSForEachLowering()
/aosp12/bionic/libc/kernel/uapi/rdma/hfi/
H A Dhfi1_ioctl.h34 __u16 ctxt; member
/aosp12/frameworks/compile/libbcc/lib/
H A DRSScriptGroupFusion.cpp195 llvm::LLVMContext& ctxt = Context.getLLVMContext(); in fuseKernels() local
/aosp12/packages/apps/Car/DebuggingRestrictionController/libs/
H A Djackson-core-2.11.1.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/LICENSE META-INF ...
/aosp12/packages/services/Car/tests/BugReportApp/libs/
H A Djackson-core-2.9.9.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/LICENSE META-INF ...
/aosp12/hardware/qcom/audio/post_proc/
H A Dbundle.c748 bool effect_is_active(effect_context_t * ctxt) { in effect_is_active()
/aosp12/frameworks/native/libs/renderengine/skia/
H A DSkiaGLRenderEngine.cpp197 EGLContext ctxt = in create() local
304 EGLContext ctxt, EGLSurface placeholder, in SkiaGLRenderEngine()
/aosp12/frameworks/base/services/core/java/com/android/server/audio/
H A DRecordingActivityMonitor.java135 RecordingActivityMonitor(Context ctxt) { in RecordingActivityMonitor()
H A DAudioDeviceBroker.java1127 private void setupMessaging(Context ctxt) { in setupMessaging()
/aosp12/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
H A DRenderTarget.java385 EGLContext ctxt = egl.eglCreateContext(display, config, EGL10.EGL_NO_CONTEXT, attrib_list); in createContext() local
/aosp12/frameworks/av/media/libstagefright/renderfright/gl/
H A DGLESRenderEngine.cpp239 EGLContext ctxt = createEglContext(display, config, protectedContext, useContextPriority, in create() local
334 EGLConfig config, EGLContext ctxt, EGLSurface stub, in GLESRenderEngine()
/aosp12/frameworks/native/libs/renderengine/gl/
H A DGLESRenderEngine.cpp286 EGLContext ctxt = in create() local
380 EGLConfig config, EGLContext ctxt, EGLSurface stub, in GLESRenderEngine()
/aosp12/hardware/qcom/media/msm8974/mm-video-legacy/vidc/venc/src/
H A Domx_video_base.cpp323 void omx_video::process_event_cb(void *ctxt, unsigned char id) in process_event_cb()
/aosp12/hardware/qcom/sm7250/media/mm-video-v4l2/vidc/vdec/src/
H A Domx_vdec_v4l2.cpp923 void omx_vdec::process_event_cb(void *ctxt) in process_event_cb()
2774 void omx_vdec::notify_flush_done(void *ctxt) in notify_flush_done()
/aosp12/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/venc/src/
H A Domx_video_base.cpp320 void omx_video::process_event_cb(void *ctxt, unsigned char id) in process_event_cb()

12