Home
last modified time | relevance | path

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

1234

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libwebm/
Dmkvparser.cpp328 long long stop, in ParseElementHeader() argument
332 if ((stop >= 0) && (pos >= stop)) in ParseElementHeader()
344 if ((stop >= 0) && (pos >= stop)) in ParseElementHeader()
356 if ((stop >= 0) && ((pos + size) > stop)) in ParseElementHeader()
1864 const long long stop = m_start + m_size; in Parse() local
1871 while (pos < stop) in Parse()
1878 stop, in Parse()
1891 assert(pos <= stop); in Parse()
1894 assert(pos == stop); in Parse()
1913 while (pos < stop) in Parse()
[all …]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/libwebm/
Dmkvparser.cpp333 long long stop, in ParseElementHeader() argument
337 if ((stop >= 0) && (pos >= stop)) in ParseElementHeader()
349 if ((stop >= 0) && (pos >= stop)) in ParseElementHeader()
361 if ((stop >= 0) && ((pos + size) > stop)) in ParseElementHeader()
1894 const long long stop = m_start + m_size; in Parse() local
1901 while (pos < stop) in Parse()
1908 stop, in Parse()
1921 assert(pos <= stop); in Parse()
1924 assert(pos == stop); in Parse()
1943 while (pos < stop) in Parse()
[all …]
/hardware/intel/common/utils/ituxd/src/com/intel/thermal/
DThermalZoneMonitor.java32 private boolean stop = false; field in ThermalZoneMonitor
42 stop = true; in stopMonitor()
48 while (!stop && !t.isInterrupted()) { in run()
53 if (!stop) { in run()
/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/osal/
DExynos_OSAL_ETC.c161 static OMX_U32 MeasureTime(struct timeval *start, struct timeval *stop) in MeasureTime() argument
165 sec = stop->tv_sec - start->tv_sec; in MeasureTime()
166 if (stop->tv_usec >= start->tv_usec) { in MeasureTime()
167 usec = stop->tv_usec - start->tv_usec; in MeasureTime()
169 usec = stop->tv_usec + 1000000 - start->tv_usec; in MeasureTime()
/hardware/intel/common/wrs_omxil_core/utils/src/
Dworkqueue.cpp24 stop = false; in WorkQueue()
54 stop = false; in StartWork()
79 stop = true; in StopWork()
111 if (stop) { in Run()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
Dvp9_loopfilter.h115 int start, int stop, int y_only);
124 int stop; member
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/decoder/
Dvp9_dthread.c93 int start, int stop, int y_only, in loop_filter_rows_mt() argument
100 for (r = start; r < stop; r += num_lf_workers) { in loop_filter_rows_mt()
129 lf_data->start, lf_data->stop, lf_data->y_only, in loop_filter_row_worker()
186 lf_data->stop = sb_rows; in vp9_loop_filter_frame_mt()
/hardware/qcom/audio/post_proc/
Dbundle.c144 if (context->ops.stop) in remove_effect_from_output()
145 context->ops.stop(context, output); in remove_effect_from_output()
272 if (fx_ctxt->ops.stop) in offload_effects_bundle_hal_stop_output()
273 fx_ctxt->ops.stop(fx_ctxt, out_ctxt); in offload_effects_bundle_hal_stop_output()
344 context->ops.stop = equalizer_stop; in effect_lib_create()
361 context->ops.stop = bassboost_stop; in effect_lib_create()
378 context->ops.stop = virtualizer_stop; in effect_lib_create()
401 context->ops.stop = reverb_stop; in effect_lib_create()
Dbundle.h60 int (*stop)(effect_context_t *context, output_context_t *output); member
/hardware/intel/img/libdrm/libdrm/
Dxf86drmSL.c374 struct timeval start, stop; in do_time() local
404 gettimeofday(&stop, NULL); in do_time()
406 usec = (double)(stop.tv_sec * 1000000 + stop.tv_usec in do_time()
/hardware/intel/img/hwcomposer/ips/anniedale/
DAnnPlaneManager.cpp407 int stop = mSpritePlaneCount; in getFreePlanes() local
411 stop = 1; in getFreePlanes()
414 for (int i = start; i < stop; i++) { in getFreePlanes()
/hardware/intel/common/libmix/videodecoder/securevideo/baytrail/
DVideoDecoderAVCSecure.h28 virtual void stop(void);
/hardware/intel/common/libmix/videodecoder/securevideo/cherrytrail/
DVideoDecoderAVCSecure.h28 virtual void stop(void);
/hardware/intel/common/libmix/videoencoder/
DVideoEncoderInterface.h26 virtual Encode_Status stop(void) = 0;
DPVSoftMPEG4Encoder.h39 virtual Encode_Status stop(void) {return releaseEncoder();} in stop() function
/hardware/intel/common/libmix/videodecoder/
DVideoDecoderInterface.h28 virtual void stop(void) = 0;
DVideoDecoderMPEG4.h29 virtual void stop(void);
DVideoDecoderVP8.h29 virtual void stop(void);
DVideoDecoderWMV.h29 virtual void stop(void);
/hardware/intel/common/wrs_omxil_core/utils/inc/
Dworkqueue.h112 int stop; variable
/hardware/broadcom/wlan/bcmdhd/dhdutil/include/
Ddhdioctl.h103 uint stop; /* Stop after this many tx failures */ member
/hardware/intel/common/libmix/videodecoder/securevideo/clovertrail/
DVideoDecoderAVCSecure.h29 virtual void stop(void);
/hardware/intel/common/libmix/videodecoder/securevideo/merrplus/
DVideoDecoderAVCSecure.h29 virtual void stop(void);
/hardware/intel/common/libmix/videodecoder/securevideo/moorefield/
DVideoDecoderAVCSecure.h28 virtual void stop(void);
/hardware/intel/common/libmix/videodecoder/securevideo/merrifield/
DVideoDecoderAVCSecure.h28 virtual void stop(void);

1234