Home
last modified time | relevance | path

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

/hardware/intel/common/wrs_omxil_core/utils/inc/
Dthread.h38 int Start(void);
/hardware/samsung_slsi/exynos5/libcamera2/
DSignalDrivenThread.h59 void Start(const char *name,
DSignalDrivenThread.cpp53 void SignalDrivenThread::Start(const char* name, in Start() function in android::SignalDrivenThread
DExynosCameraHWInterface2.cpp1028 m_mainThread->Start("MainThread", PRIORITY_DEFAULT, 0); in ExynosCameraHWInterface2()
1029 m_sensorThread->Start("SensorThread", PRIORITY_DEFAULT, 0); in ExynosCameraHWInterface2()
1393 AllocatedStream->Start("StreamThread", PRIORITY_DEFAULT, 0); in StartSCCThread()
1612 m_sensorThread->Start("SensorThread", PRIORITY_DEFAULT, 0); in notifyRequestQueueNotEmpty()
1726 AllocatedStream->Start("StreamThread", PRIORITY_DEFAULT, 0); in allocateStream()
1824 AllocatedStream->Start("StreamThread", PRIORITY_DEFAULT, 0); in allocateStream()
/hardware/intel/common/wrs_omxil_core/utils/src/
Dthread.cpp45 int Thread::Start(void) in Start() function in Thread
Dworkqueue.cpp56 return Start(); in StartWork()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/x86/
Dvp9_postproc_mmx.asm512 add arg(0), rax ; Start += Pitch
Dvp9_postproc_sse2.asm677 add arg(0), rax ; Start += Pitch
/hardware/qcom/gps/loc_api/libloc_api-rpc/gen-1240/
Dloc_api_cb.xdr24 Id: //source/qcom/qct/core/mproc/tools/rel/04.01/htorpc/lib/Htorpc/Start.pm#3
Dloc_api.xdr23 Id: //source/qcom/qct/core/mproc/tools/rel/04.01/htorpc/lib/Htorpc/Start.pm#3
Dloc_api_common.xdr24 Id: //source/qcom/qct/core/mproc/tools/rel/04.01/htorpc/lib/Htorpc/Start.pm#3
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/ppc/
Dsystemdependent.c42 void vp8_plane_add_noise_c(unsigned char *Start, unsigned int Width, unsigned int Height, int Pitch…
/hardware/samsung_slsi/exynos5/mobicore/
DREADME.android10 Start MobiCore Daemon
/hardware/qcom/gps/loc_api/libloc_api-rpc/gen-3200/
Dloc_api_cb.xdr35 Id: //source/qcom/qct/core/mproc/tools/rel/03.01/htorpc/lib/Htorpc/Start.pm#4
Dloc_api.xdr34 Id: //source/qcom/qct/core/mproc/tools/rel/03.01/htorpc/lib/Htorpc/Start.pm#4
Dloc_api_common.xdr35 Id: //source/qcom/qct/core/mproc/tools/rel/03.01/htorpc/lib/Htorpc/Start.pm#4
/hardware/qcom/gps/loc_api/libloc_api-rpc-50001/libloc_api-rpc-stub/xdr/
Dloc_api_cb.xdr53 Id: //source/qcom/qct/core/mproc/tools/rel/2h09/htorpc/lib/Htorpc/Start.pm#1
Dloc_api.xdr52 Id: //source/qcom/qct/core/mproc/tools/rel/2h09/htorpc/lib/Htorpc/Start.pm#1
Dloc_api_common.xdr53 Id: //source/qcom/qct/core/mproc/tools/rel/2h09/htorpc/lib/Htorpc/Start.pm#1
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/x86/
Dpostproc_mmx.asm244 ;void vp8_plane_add_noise_mmx (unsigned char *Start, unsigned char *noise,
Dpostproc_sse2.asm658 ;void vp8_plane_add_noise_wmt (unsigned char *Start, unsigned char *noise,
/hardware/ti/omap3/omx/image/src/openmax_il/jpeg_enc/inc/
DOMX_JpegEnc_Utils.h584 Start, enumerator
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/
Dpostproc.c510 void vp8_plane_add_noise_c(unsigned char *Start, char *noise, in vp8_plane_add_noise_c() argument
520 unsigned char *Pos = Start + i * Pitch; in vp8_plane_add_noise_c()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
Dvp9_rtcd_defs.pl260 add_proto qw/void vp9_plane_add_noise/, "uint8_t *Start, char *noise, char blackclamp[16], char whi…
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/src/
Dgtest-all.cc1540 : socket_writer_(new SocketWriter(host, port)) { Start(); } in StreamingListener()
1543 : socket_writer_(socket_writer) { Start(); } in StreamingListener()
1605 void Start() { SendLn("gtest_streaming_protocol_version=1.0"); } in Start() function in testing::internal::StreamingListener