OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:WaitForState_threshold
(Results
1 - 7
of
7
) sorted by null
/hardware/ti/omap3/omx/audio/src/openmax_il/g711_enc/tests/
G711EncTest.c
140
pthread_cond_t
WaitForState_threshold
;
252
pthread_cond_wait(&
WaitForState_threshold
,
290
pthread_cond_signal(&
WaitForState_threshold
);
310
pthread_cond_signal(&
WaitForState_threshold
);
461
pthread_cond_init (&
WaitForState_threshold
, NULL);
[
all
...]
/hardware/ti/omap3/omx/audio/src/openmax_il/g726_enc/tests/
G726EncTest.c
295
pthread_cond_t
WaitForState_threshold
;
322
pthread_cond_wait(&
WaitForState_threshold
, &WaitForState_mutex);/*Going to sleep till signal arrives*/
368
pthread_cond_signal(&
WaitForState_threshold
);/*Sending Waking Up Signal*/
393
pthread_cond_signal(&
WaitForState_threshold
);/*Sending Waking Up Signal*/
492
pthread_cond_init (&
WaitForState_threshold
, NULL);
[
all
...]
/hardware/ti/omap3/omx/audio/src/openmax_il/nbamr_enc/tests/
AmrEncTest.c
306
pthread_cond_t
WaitForState_threshold
;
386
pthread_cond_wait(&
WaitForState_threshold
, &WaitForState_mutex);/*Going to sleep till signal arrives*/
430
pthread_cond_signal(&
WaitForState_threshold
);
447
pthread_cond_signal(&
WaitForState_threshold
);/*Sending Waking Up Signal*/
559
pthread_cond_init (&
WaitForState_threshold
, NULL);
[
all
...]
/hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_dec/tests/
WBAmrDecTest.c
217
pthread_cond_t
WaitForState_threshold
;
296
pthread_cond_wait(&
WaitForState_threshold
, &WaitForState_mutex);/*Going to sleep till signal arrives*/
366
pthread_cond_signal(&
WaitForState_threshold
);
384
pthread_cond_signal(&
WaitForState_threshold
);/*Sending Waking Up Signal*/
545
pthread_cond_init (&
WaitForState_threshold
, NULL);
[
all
...]
/hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_enc/tests/
WbAmrEncTest.c
291
pthread_cond_t
WaitForState_threshold
;
363
pthread_cond_wait(&
WaitForState_threshold
, &WaitForState_mutex);/*Going to sleep till signal arrives*/
413
pthread_cond_signal(&
WaitForState_threshold
);
430
pthread_cond_signal(&
WaitForState_threshold
);/*Sending Waking Up Signal*/
538
pthread_cond_init (&
WaitForState_threshold
, NULL);
[
all
...]
/hardware/ti/omap3/omx/audio/src/openmax_il/wma_dec/tests/
WmaDecTest.c
157
pthread_cond_t
WaitForState_threshold
;
285
pthread_cond_wait(&
WaitForState_threshold
, &WaitForState_mutex);/*Going to sleep till signal arrives*/
341
pthread_cond_signal(&
WaitForState_threshold
);
364
pthread_cond_signal(&
WaitForState_threshold
);
503
pthread_cond_init (&
WaitForState_threshold
, NULL);
[
all
...]
/hardware/ti/omap3/omx/audio/src/openmax_il/g711_dec/tests/
G711DecTest.c
224
pthread_cond_t
WaitForState_threshold
;
348
pthread_cond_signal(&
WaitForState_threshold
);
366
pthread_cond_signal(&
WaitForState_threshold
);
[
all
...]
Completed in 203 milliseconds