OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:signals
(Results
751 - 775
of
1722
) sorted by null
<<
31
32
33
34
35
36
37
38
39
40
>>
/prebuilts/tools/linux-x86/sdl/include/SDL/
SDL_timer.h
81
* should not use this function in multi-threaded applications as
signals
/prebuilts/tools/windows/sdl/include/SDL/
SDL_timer.h
81
* should not use this function in multi-threaded applications as
signals
/system/core/include/nativebridge/
native_bridge.h
30
//
signals
that we do not want to load a native bridge.
/system/extras/tests/sdcard/
sysutil.h
50
// Blocks until the parent
signals
back.
/external/aac/libSBRdec/src/
psdec.cpp
[
all
...]
/external/chromium_org/native_client_sdk/doc_generated/pepper_dev/c/
struct_p_p_b___video_decoder__0__1.html
69
<p>Copies |size| bytes of data from the plugin's |buffer|. The plugin should wait until the decoder
signals
completion by returning PP_OK or by running |callback| before calling <a class="el" href="struct_p_p_b___video_decoder__0__1.html#a8e2c5a3b99eff16845b8335be36e6d4c" title="Decodes a bitstream buffer.">Decode()</a> again.</p>
96
<p>The plugin should call <a class="el" href="struct_p_p_b___video_decoder__0__1.html#a56052b4cdde98dbed1f8fdc3df379eb4" title="Flushes the decoder.">Flush()</a> when it reaches the end of its video stream in order to stop cleanly. The decoder will run any pending <a class="el" href="struct_p_p_b___video_decoder__0__1.html#a8e2c5a3b99eff16845b8335be36e6d4c" title="Decodes a bitstream buffer.">Decode()</a> call to completion. The plugin should make no further calls to the decoder other than <a class="el" href="struct_p_p_b___video_decoder__0__1.html#aa058b25aa12485118536fb42130b367a" title="Gets the next picture from the decoder.">GetPicture()</a> and <a class="el" href="struct_p_p_b___video_decoder__0__1.html#ae65877f22dc977a0747271809a741297" title="Recycles a picture that the plugin has received from the decoder.">RecyclePicture()</a> until the decoder
signals
completion by running |callback|. Just before completion, any pending <a class="el" href="struct_p_p_b___video_decoder__0__1.html#aa058b25aa12485118536fb42130b367a" title="Gets the next picture from the decoder.">GetPicture()</a> call will complete by running its callback with result PP_ERROR_ABORTED to signal that no more pictures are available. The plugin should recycle any pictures it is using before resuming decoding.</p>
118
<p>The picture is valid after the decoder
signals
completion by returning PP_OK or running |callback|. The plugin can call <a class="el" href="struct_p_p_b___video_decoder__0__1.html#aa058b25aa12485118536fb42130b367a" title="Gets the next picture from the decoder.">GetPicture()</a> again after the decoder
signals
completion. When the plugin is finished using the picture, it should return it to the system by calling <a class="el" href="struct_p_p_b___video_decoder__0__1.html#ae65877f22dc977a0747271809a741297" title="Recycles a picture that the plugin has received from the decoder.">RecyclePicture()</a>.</p>
207
<p>The plugin can call <a class="el" href="struct_p_p_b___video_decoder__0__1.html#a0ad3178247894ca37eadd796d157581a" title="Resets the decoder as quickly as possible.">Reset()</a> to skip to another position in the video stream. After <a class="el" href="struct_p_p_b___video_decoder__0__1.html#a0ad3178247894ca37eadd796d157581a" title="Resets the decoder as quickly as possible.">Reset()</a> returns, any pending calls to <a class="el" href="struct_p_p_b___video_decoder__0__1.html#a8e2c5a3b99eff16845b8335be36e6d4c" title="Decodes a bitstream buffer.">Decode()</a> and <a class="el" href="struct_p_p_b___video_decoder__0__1.html#aa058b25aa12485118536fb42130b367a" title="Gets the next picture from the decoder.">GetPicture()</a>) abort, causing their callbacks to run with PP_ERROR_ABORTED. The plugin should not make further calls to the decoder until the decoder
signals
completion by running |callback|. The pictures in use by the plugin remain valid until decoding is resumed, but need not be recycled.</p>
/external/chromium_org/native_client_sdk/doc_generated/pepper_dev/cpp/
classpp_1_1_video_decoder.html
148
<p>Copies |size| bytes of data from the plugin's |buffer|. The plugin should wait until the decoder
signals
completion by returning PP_OK or by running |callback| before calling <a class="el" href="classpp_1_1_video_decoder.html#a2f1a48cf6d2f1854b20e6a747c9b03e3" title="Decodes a bitstream buffer.">Decode()</a> again.</p>
178
<p>The plugin should call <a class="el" href="classpp_1_1_video_decoder.html#adb59ebce58f83b1c27e9c427596fb366" title="Flushes the decoder.">Flush()</a> when it reaches the end of its video stream in order to stop cleanly. The decoder will run any pending <a class="el" href="classpp_1_1_video_decoder.html#a2f1a48cf6d2f1854b20e6a747c9b03e3" title="Decodes a bitstream buffer.">Decode()</a> call to completion. The plugin should make no further calls to the decoder other than <a class="el" href="classpp_1_1_video_decoder.html#aec1a1bc95b8d3eea64b942af48dff02a" title="Gets the next picture from the decoder.">GetPicture()</a> and <a class="el" href="classpp_1_1_video_decoder.html#a7b9c4917ebd205572a0fe69a34f1bfd9" title="Recycles a picture that the plugin has received from the decoder.">RecyclePicture()</a> until the decoder
signals
completion by running |callback|. Just before completion, any pending <a class="el" href="classpp_1_1_video_decoder.html#aec1a1bc95b8d3eea64b942af48dff02a" title="Gets the next picture from the decoder.">GetPicture()</a> call will complete by running its callback with result PP_ERROR_ABORTED to signal that no more pictures are available. The plugin should recycle any pictures it is using before resuming decoding.</p>
203
<p>The picture is valid after the decoder
signals
completion by returning PP_OK or running |callback|. The plugin can call <a class="el" href="classpp_1_1_video_decoder.html#aec1a1bc95b8d3eea64b942af48dff02a" title="Gets the next picture from the decoder.">GetPicture()</a> again after the decoder
signals
completion. When the plugin is finished using the picture, it should return it to the system by calling <a class="el" href="classpp_1_1_video_decoder.html#a7b9c4917ebd205572a0fe69a34f1bfd9" title="Recycles a picture that the plugin has received from the decoder.">RecyclePicture()</a>.</p>
303
<p>The plugin can call <a class="el" href="classpp_1_1_video_decoder.html#aa05481906b07e929c9567bc22a48917a" title="Resets the decoder as quickly as possible.">Reset()</a> to skip to another position in the video stream. After <a class="el" href="classpp_1_1_video_decoder.html#aa05481906b07e929c9567bc22a48917a" title="Resets the decoder as quickly as possible.">Reset()</a> returns, any pending calls to <a class="el" href="classpp_1_1_video_decoder.html#a2f1a48cf6d2f1854b20e6a747c9b03e3" title="Decodes a bitstream buffer.">Decode()</a> and <a class="el" href="classpp_1_1_video_decoder.html#aec1a1bc95b8d3eea64b942af48dff02a" title="Gets the next picture from the decoder.">GetPicture()</a>) abort, causing their callbacks to run with PP_ERROR_ABORTED. The plugin should not make further calls to the decoder until the decoder
signals
completion by running |callback|. The pictures in use by the plugin remain valid until decoding is resumed, but need not be recycled.</p>
/external/valgrind/main/coregrind/
vgdb-invoker-ptrace.c
92
// vgdb cannot transmit the
signals
intercepted during ptrace.
292
gdbserver code runs. And valgrind only expects
signals
to
298
'out of this region',
signals
are not masked, but
753
/* Now, we transmit all the
signals
we have queued. */
776
ERROR (0, "One or more
signals
queued were not delivered. "
[
all
...]
pub_core_threadstate.h
306
/* This thread's blocked-
signals
mask. Semantics is that for a
322
/* A little signal queue for
signals
we can't get the kernel to
/external/mksh/src/
jobs.c
53
#define JP_SHORT 1 /* print
signals
processes were killed by */
194
* if the
signals
have been changed by the shell.
509
* If FMONITOR or FTALKING is set, these
signals
are ignored,
510
* if neither FMONITOR nor FTALKING are set, the
signals
have
1032
* Start a job: set STARTED, check for held
signals
and set j->last_proc
[
all
...]
/external/chromium_org/base/message_loop/
message_pump_mac.h
105
// Sets this pump's delegate.
Signals
the appropriate sources if
122
// work, but it
signals
work_source_ so that delayed work can be performed
/external/chromium_org/chrome/installer/util/
util_constants.cc
150
// Combined with --uninstall,
signals
to setup.exe that this uninstall was
157
//
Signals
to setup.exe that it should trigger the active setup command.
/external/chromium_org/content/browser/renderer_host/pepper/
pepper_file_io_host.cc
458
// A non-zero resource id
signals
the plugin side to check quota.
490
// A non-zero resource id
signals
NaClIPCAdapter to create a NaClQuotaDesc.
/external/chromium_org/dbus/
object_manager.h
97
// to connect
signals
or obtain the initial values of properties. The object
150
// subclass of dbus::PropertySet; ObjectManager will then connect
signals
/external/chromium_org/device/media_transfer_protocol/
media_transfer_protocol_manager.cc
330
// After that, all incoming
signals
are either for new storage
461
// Set up
signals
and start initializing |storage_info_map_|.
/external/chromium_org/media/audio/win/
waveout_output_win.cc
21
// - We use CALLBACK_EVENT mode in which XP
signals
events such as buffer
353
// buffers, even when "event loss" happens, i.e. if Windows
signals
event
/external/chromium_org/mojo/system/
multiprocess_message_pipe_unittest.cc
129
MojoHandleSignals
signals
) {
133
MojoResult add_result = mp->AddWaiter(0, &waiter,
signals
, 0);
/external/chromium_org/third_party/libevent/
event.3
367
will execute the callback function to process received
signals
.
614
Support for real-time
signals
is due to Taral.
/external/chromium_org/third_party/opus/src/silk/
NSQ.c
165
/* Save quantized speech and noise shaping
signals
*/
279
/* Combine prediction and noise shaping
signals
*/
/external/e2fsprogs/e2fsck/
e2fsck.8.in
337
.SH
SIGNALS
338
The following
signals
have the following effect when sent to
/external/libhevc/decoder/
ihevcd_cxa.h
804
* indicates the black level and range of the luma and chroma
signals
825
* the matrix coefficients used in deriving luma and chroma
signals
/external/libopus/silk/
NSQ.c
165
/* Save quantized speech and noise shaping
signals
*/
279
/* Combine prediction and noise shaping
signals
*/
/external/ltrace/
NEWS
288
mid-instruction, or
signals
would be left pending.
327
*** New option -b: disables output of
signals
received by the tracee
/external/qemu/distrib/sdl-1.2.15/src/video/quartz/
SDL_QuartzWM.m
167
if ( CGDisplayIsCaptured (display_id) ) { /* capture
signals
fullscreen */
181
if ( CGDisplayIsCaptured (display_id) ) { /* capture
signals
fullscreen */
/external/speex/libspeex/
kiss_fftr.c
93
/*perform the parallel fft of two real
signals
packed in real,imag*/
186
/*perform the parallel fft of two real
signals
packed in real,imag*/
Completed in 826 milliseconds
<<
31
32
33
34
35
36
37
38
39
40
>>