Searched refs:blocking (Results 1 - 25 of 60) sorted by relevance

123

/external/libhevc/decoder/
H A Dihevcd_job_queue.h67 IHEVCD_ERROR_T ihevcd_jobq_queue(jobq_t *ps_jobq, void *pv_job, WORD32 job_size, WORD32 blocking);
68 IHEVCD_ERROR_T ihevcd_jobq_dequeue(jobq_t *ps_jobq, void *pv_job, WORD32 job_size, WORD32 blocking);
H A Dihevcd_job_queue.c381 * @param[in] blocking
382 * To signal if the write is blocking or non-blocking.
392 IHEVCD_ERROR_T ihevcd_jobq_queue(jobq_t *ps_jobq, void *pv_job, WORD32 job_size, WORD32 blocking) argument
397 UNUSED(blocking);
433 * buffer is being passed. If it is a blocking call and if there is no new job
446 * @param[in] blocking
447 * To signal if the read is blocking or non-blocking.
457 IHEVCD_ERROR_T ihevcd_jobq_dequeue(jobq_t *ps_jobq, void *pv_job, WORD32 job_size, WORD32 blocking) argument
[all...]
/external/libmpeg2/common/
H A Dimpeg2_job_queue.h69 IV_API_CALL_STATUS_T impeg2_jobq_queue(jobq_t *ps_jobq, void *pv_job, WORD32 job_size, WORD32 blocking, WORD32 lock);
70 IV_API_CALL_STATUS_T impeg2_jobq_dequeue(jobq_t *ps_jobq, void *pv_job, WORD32 job_size, WORD32 blocking, WORD32 lock);
/external/libavc/common/
H A Dih264_list.h90 IH264_ERROR_T ih264_list_queue(list_t *ps_list, void *pv_buf, WORD32 blocking);
91 IH264_ERROR_T ih264_list_dequeue(list_t *ps_list, void *pv_buf, WORD32 blocking);
H A Dih264_list.c414 * @param[in] blocking
415 * To signal if the write is blocking or non-blocking.
425 IH264_ERROR_T ih264_list_queue(list_t *ps_list, void *pv_buf, WORD32 blocking) argument
463 if(blocking)
490 * buffer is being passed. If it is a blocking call and if there is no new buf
503 * @param[in] blocking
504 * To signal if the read is blocking or non-blocking.
514 IH264_ERROR_T ih264_list_dequeue(list_t *ps_list, void *pv_buf, WORD32 blocking) argument
[all...]
/external/chromium-trace/catapult/systrace/profile_chrome/
H A Dcontrollers_unittest.py24 blocking=True)
H A Dchrome_startup_controller.py50 self._device.StartActivity(launch_intent, blocking=True)
/external/eigen/Eigen/src/Core/products/
H A DTriangularMatrixMatrix.h64 const Scalar& alpha, level3_blocking<Scalar,Scalar>& blocking)
74 ::run(cols, rows, depth, rhs, rhsStride, lhs, lhsStride, res, resStride, alpha, blocking);
99 const Scalar& alpha, level3_blocking<Scalar,Scalar>& blocking);
112 const Scalar& alpha, level3_blocking<Scalar,Scalar>& blocking)
123 Index kc = blocking.kc(); // cache block size along the K direction
124 Index mc = (std::min)(rows,blocking.mc()); // cache block size along the M direction
130 ei_declare_aligned_stack_constructed_variable(Scalar, blockA, sizeA, blocking.blockA());
131 ei_declare_aligned_stack_constructed_variable(Scalar, blockB, sizeB, blocking.blockB());
132 ei_declare_aligned_stack_constructed_variable(Scalar, blockW, sizeW, blocking.blockW());
240 const Scalar& alpha, level3_blocking<Scalar,Scalar>& blocking);
59 run( Index rows, Index cols, Index depth, const Scalar* lhs, Index lhsStride, const Scalar* rhs, Index rhsStride, Scalar* res, Index resStride, const Scalar& alpha, level3_blocking<Scalar,Scalar>& blocking) argument
107 run( Index _rows, Index _cols, Index _depth, const Scalar* _lhs, Index lhsStride, const Scalar* _rhs, Index rhsStride, Scalar* res, Index resStride, const Scalar& alpha, level3_blocking<Scalar,Scalar>& blocking) argument
248 run( Index _rows, Index _cols, Index _depth, const Scalar* _lhs, Index lhsStride, const Scalar* _rhs, Index rhsStride, Scalar* res, Index resStride, const Scalar& alpha, level3_blocking<Scalar,Scalar>& blocking) argument
[all...]
H A DTriangularSolverMatrix.h25 level3_blocking<Scalar,Scalar>& blocking)
32 ::run(size, cols, tri, triStride, _other, otherStride, blocking);
45 level3_blocking<Scalar,Scalar>& blocking);
52 level3_blocking<Scalar,Scalar>& blocking)
64 Index kc = blocking.kc(); // cache block size along the K direction
65 Index mc = (std::min)(size,blocking.mc()); // cache block size along the M direction
71 ei_declare_aligned_stack_constructed_variable(Scalar, blockA, sizeA, blocking.blockA());
72 ei_declare_aligned_stack_constructed_variable(Scalar, blockB, sizeB, blocking.blockB());
73 ei_declare_aligned_stack_constructed_variable(Scalar, blockW, sizeW, blocking.blockW());
193 level3_blocking<Scalar,Scalar>& blocking);
21 run( Index size, Index cols, const Scalar* tri, Index triStride, Scalar* _other, Index otherStride, level3_blocking<Scalar,Scalar>& blocking) argument
48 run( Index size, Index otherSize, const Scalar* _tri, Index triStride, Scalar* _other, Index otherStride, level3_blocking<Scalar,Scalar>& blocking) argument
196 run( Index size, Index otherSize, const Scalar* _tri, Index triStride, Scalar* _other, Index otherStride, level3_blocking<Scalar,Scalar>& blocking) argument
[all...]
H A DGeneralMatrixMatrix.h33 level3_blocking<RhsScalar,LhsScalar>& blocking,
41 ::run(cols,rows,depth,rhs,rhsStride,lhs,lhsStride,res,resStride,alpha,blocking,info);
60 level3_blocking<LhsScalar,RhsScalar>& blocking,
68 Index kc = blocking.kc(); // cache block size along the K direction
69 Index mc = (std::min)(rows,blocking.mc()); // cache block size along the M direction
70 //Index nc = blocking.nc(); // cache block size along the N direction
88 RhsScalar* blockB = blocking.blockB();
157 ei_declare_aligned_stack_constructed_variable(LhsScalar, blockA, sizeA, blocking.blockA());
158 ei_declare_aligned_stack_constructed_variable(RhsScalar, blockB, sizeB, blocking.blockB());
159 ei_declare_aligned_stack_constructed_variable(RhsScalar, blockW, sizeW, blocking
27 run( Index rows, Index cols, Index depth, const LhsScalar* lhs, Index lhsStride, const RhsScalar* rhs, Index rhsStride, ResScalar* res, Index resStride, ResScalar alpha, level3_blocking<RhsScalar,LhsScalar>& blocking, GemmParallelInfo<Index>* info = 0) argument
55 run(Index rows, Index cols, Index depth, const LhsScalar* _lhs, Index lhsStride, const RhsScalar* _rhs, Index rhsStride, ResScalar* res, Index resStride, ResScalar alpha, level3_blocking<LhsScalar,RhsScalar>& blocking, GemmParallelInfo<Index>* info = 0) argument
206 gemm_functor(const Lhs& lhs, const Rhs& rhs, Dest& dest, const Scalar& actualAlpha, BlockingType& blocking) argument
[all...]
H A DTriangularMatrixMatrix_MKL.h60 const Scalar* _rhs, Index rhsStride, Scalar* res, Index resStride, Scalar alpha, level3_blocking<Scalar,Scalar>& blocking) { \
64 _rows, _cols, _depth, _lhs, lhsStride, _rhs, rhsStride, res, resStride, alpha, blocking); \
99 EIGTYPE alpha, level3_blocking<EIGTYPE,EIGTYPE>& blocking) \
118 _rows, _cols, _depth, _lhs, lhsStride, _rhs, rhsStride, res, resStride, alpha, blocking); \
213 EIGTYPE alpha, level3_blocking<EIGTYPE,EIGTYPE>& blocking) \
232 _rows, _cols, _depth, _lhs, lhsStride, _rhs, rhsStride, res, resStride, alpha, blocking); \
/external/libchrome/dbus/
H A Ddbus_statistics.h66 // received calls, and |blocking| to the number of sent blocking calls for
73 int* blocking);
/external/mesa3d/src/gallium/state_trackers/clover/core/
H A Dresource.hpp50 void *add_map(command_queue &q, cl_map_flags flags, bool blocking,
108 bool blocking, const resource::point &origin,
H A Dresource.cpp66 resource::add_map(command_queue &q, cl_map_flags flags, bool blocking, argument
68 maps.emplace_back(q, *this, flags, blocking, origin, region);
172 cl_map_flags flags, bool blocking,
178 (blocking ? PIPE_TRANSFER_UNSYNCHRONIZED : 0));
171 mapping(command_queue &q, resource &r, cl_map_flags flags, bool blocking, const resource::point &origin, const resource::point &region) argument
/external/deqp/framework/delibs/decpp/
H A DdeBlockBuffer.hpp72 int writeToCurrentBlock (int numElements, const T* elements, bool blocking);
73 int readFromCurrentBlock(int numElements, T* elements, bool blocking);
175 int BlockBuffer<T>::writeToCurrentBlock (int numElements, const T* elements, bool blocking) argument
182 if (blocking)
218 int BlockBuffer<T>::readFromCurrentBlock (int numElements, T* elements, bool blocking) argument
225 if (blocking)
281 int ret = writeToCurrentBlock(numElements-numWritten, elements+numWritten, false /* non-blocking */);
306 numWritten += writeToCurrentBlock(numElements-numWritten, elements+numWritten, true /* blocking */);
360 int ret = readFromCurrentBlock(numElements-numRead, &elements[numRead], false /* non-blocking */);
385 numRead += readFromCurrentBlock(numElements-numRead, &elements[numRead], true /* blocking */);
[all...]
/external/libselinux/src/
H A Davc_internal.c58 int avc_netlink_open(int blocking) argument
69 if (!blocking && fcntl(fd, F_SETFL, O_NONBLOCK)) {
99 static int avc_netlink_receive(char *buf, unsigned buflen, int blocking) argument
108 rc = poll(&pfd, 1, (blocking ? -1 : 0));
111 if (rc == 0 && !blocking) {
/external/selinux/libselinux/src/
H A Davc_internal.c58 int avc_netlink_open(int blocking) argument
69 if (!blocking && fcntl(fd, F_SETFL, O_NONBLOCK)) {
99 static int avc_netlink_receive(char *buf, unsigned buflen, int blocking) argument
108 rc = poll(&pfd, 1, (blocking ? -1 : 0));
111 if (rc == 0 && !blocking) {
/external/autotest/server/cros/multimedia/
H A Daudio_facade_adapter.py39 def playback(self, client_path, data_format, blocking=False):
50 @param blocking: Blocks this call until playback finishes.
56 client_path, data_format, blocking)
/external/iptables/include/libipq/
H A Dlibipq.h51 u_int8_t blocking; member in struct:ipq_handle
/external/mesa3d/src/gallium/state_trackers/clover/api/
H A Dtransfer.cpp138 clEnqueueReadBuffer(cl_command_queue q, cl_mem obj, cl_bool blocking,
163 clEnqueueWriteBuffer(cl_command_queue q, cl_mem obj, cl_bool blocking,
188 clEnqueueReadBufferRect(cl_command_queue q, cl_mem obj, cl_bool blocking,
219 clEnqueueWriteBufferRect(cl_command_queue q, cl_mem obj, cl_bool blocking,
300 clEnqueueReadImage(cl_command_queue q, cl_mem obj, cl_bool blocking,
330 clEnqueueWriteImage(cl_command_queue q, cl_mem obj, cl_bool blocking,
440 clEnqueueMapBuffer(cl_command_queue q, cl_mem obj, cl_bool blocking,
451 *q, flags, blocking, { offset }, { size });
464 clEnqueueMapImage(cl_command_queue q, cl_mem obj, cl_bool blocking,
476 *q, flags, blocking, origi
[all...]
/external/autotest/client/cros/chameleon/
H A Daudio_widget.py260 def start_playback(self, blocking=False):
263 @param blocking: Blocks this call until playback finishes.
266 self.handler.start_playback(self._remote_playback_path, blocking)
471 def start_playback(self, path, blocking=False):
475 @param blocking: Blocks this call until playback finishes.
478 if blocking:
769 def start_playback(self, path, blocking=False):
773 @param blocking: Blocks this call until playback finishes.
776 self._audio_facade.playback(path, self._DEFAULT_DATA_FORMAT, blocking)
/external/autotest/client/cros/multimedia/
H A Daudio_facade_native.py132 def playback(self, file_path, data_format, blocking=False):
143 @param blocking: Blocks this call until playback finishes.
161 if blocking:
/external/chromium-trace/catapult/telemetry/telemetry/internal/platform/profiler/
H A Doomkiller_profiler.py49 blocking=True)
/external/autotest/server/site_tests/audio_AudioBasicHDMI/
H A Daudio_AudioBasicHDMI.py103 source.start_playback(blocking=True)
/external/chromium-trace/catapult/telemetry/telemetry/internal/backends/
H A Dandroid_app_backend.py45 # app to become ready, otherwise "blocking=True" is used as a fall back.
47 # whether the "blocking=True" fall back is sufficient.
51 blocking=not has_ready_predicate,

Completed in 2725 milliseconds

123