Searched refs:Start (Results 1 - 18 of 18) sorted by relevance

/hardware/intel/common/wrs_omxil_core/utils/inc/
H A Dthread.h38 int Start(void);
/hardware/qcom/display/msm8996/sdm/include/private/
H A Dstrategy_interface.h48 virtual DisplayError Start(HWLayersInfo *hw_layers_info, uint32_t *max_attempts) = 0;
H A Dresource_interface.h40 virtual DisplayError Start(Handle display_ctx) = 0;
/hardware/intel/common/wrs_omxil_core/utils/src/
H A Dthread.cpp45 int Thread::Start(void) function in class:Thread
H A Dworkqueue.cpp56 return Start();
/hardware/qcom/display/msm8996/sdm/libs/core/
H A Dstrategy.h42 DisplayError Start(HWLayersInfo *hw_layers_info, uint32_t *max_attempts,
H A Dstrategy.cpp71 DisplayError Strategy::Start(HWLayersInfo *hw_layers_info, uint32_t *max_attempts, function in class:sdm::Strategy
98 error = strategy_intf_->Start(hw_layers_info_, max_attempts);
H A Dcomp_manager.cpp237 display_comp_ctx->strategy->Start(&hw_layers->info, &display_comp_ctx->max_strategies,
254 resource_intf_->Start(display_resource_ctx);
307 resource_intf_->Start(display_resource_ctx);
H A Dresource_default.h45 virtual DisplayError Start(Handle display_ctx);
H A Dresource_default.cpp174 DisplayError ResourceDefault::Start(Handle display_ctx) { function in class:sdm::ResourceDefault
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/ppc/
H A Dsystemdependent.c42 void vp8_plane_add_noise_c(unsigned char *Start, unsigned int Width, unsigned int Height, int Pitch, int q, int a);
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/x86/
H A Dpostproc_mmx.asm244 ;void vp8_plane_add_noise_mmx (unsigned char *Start, unsigned char *noise,
294 add arg(0), rax ; Start += Pitch
H A Dpostproc_sse2.asm658 ;void vp8_plane_add_noise_wmt (unsigned char *Start, unsigned char *noise,
708 add arg(0), rax ; Start += Pitch
/hardware/ti/omap3/omx/image/src/openmax_il/jpeg_enc/inc/
H A DOMX_JpegEnc_Utils.h584 Start, enumerator in enum:ThrCmdType
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/
H A Dpostproc.c493 * INPUTS : unsigned char *Start starting address of buffer to add gaussian
510 void vp8_plane_add_noise_c(unsigned char *Start, char *noise, argument
520 unsigned char *Pos = Start + i * Pitch;
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/x86/
H A Dvp9_postproc_mmx.asm512 add arg(0), rax ; Start += Pitch
H A Dvp9_postproc_sse2.asm677 add arg(0), rax ; Start += Pitch
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/src/
H A Dgtest-all.cc1540 : socket_writer_(new SocketWriter(host, port)) { Start(); }
1543 : socket_writer_(socket_writer) { Start(); }
1605 void Start() { SendLn("gtest_streaming_protocol_version=1.0"); } function in class:testing::internal::StreamingListener

Completed in 1289 milliseconds