OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:bufferQ
(Results
1 - 6
of
6
) sorted by null
/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/common/
Exynos_OMX_Baseport.c
246
while (Exynos_OSAL_GetElemNum(&pExynosPort->
bufferQ
) > 0) {
247
message = (EXYNOS_OMX_MESSAGE*)Exynos_OSAL_Dequeue(&pExynosPort->
bufferQ
);
420
ret = Exynos_OSAL_Queue(&pExynosPort->
bufferQ
, (void *)message);
525
ret = Exynos_OSAL_Queue(&pExynosPort->
bufferQ
, (void *)message);
587
Exynos_OSAL_QueueCreate(&pExynosInputPort->
bufferQ
, MAX_QUEUE_ELEMENTS);
662
Exynos_OSAL_QueueCreate(&pExynosOutputPort->
bufferQ
, MAX_QUEUE_ELEMENTS); /* For in case of "Output Buffer Share", MAX ELEMENTS(DPB + EDPB) */
831
Exynos_OSAL_QueueTerminate(&pExynosPort->
bufferQ
);
[
all
...]
Exynos_OMX_Baseport.h
152
EXYNOS_QUEUE
bufferQ
;
Exynos_OMX_Basecomponent.c
300
while (Exynos_OSAL_GetElemNum(&pExynosPort->
bufferQ
) > 0) {
301
message = (EXYNOS_OMX_MESSAGE*)Exynos_OSAL_Dequeue(&pExynosPort->
bufferQ
);
496
if (Exynos_OSAL_GetElemNum(&pExynosPort->
bufferQ
) > semaValue) {
497
cnt = Exynos_OSAL_GetElemNum(&pExynosPort->
bufferQ
) - semaValue;
[
all
...]
/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/video/dec/
Exynos_OMX_VdecControl.c
428
while (Exynos_OSAL_GetElemNum(&pExynosPort->
bufferQ
) > 0) {
434
message = (EXYNOS_OMX_MESSAGE *)Exynos_OSAL_Dequeue(&pExynosPort->
bufferQ
);
509
Exynos_OSAL_ResetQueue(&pExynosPort->
bufferQ
);
698
message = (EXYNOS_OMX_MESSAGE *)Exynos_OSAL_Dequeue(&pExynosPort->
bufferQ
);
801
message = (EXYNOS_OMX_MESSAGE *)Exynos_OSAL_Dequeue(&pExynosPort->
bufferQ
);
[
all
...]
/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/video/enc/
Exynos_OMX_VencControl.c
421
while (Exynos_OSAL_GetElemNum(&pExynosPort->
bufferQ
) > 0) {
427
message = (EXYNOS_OMX_MESSAGE *)Exynos_OSAL_Dequeue(&pExynosPort->
bufferQ
);
488
Exynos_OSAL_ResetQueue(&pExynosPort->
bufferQ
);
649
message = (EXYNOS_OMX_MESSAGE *)Exynos_OSAL_Dequeue(&pExynosPort->
bufferQ
);
749
message = (EXYNOS_OMX_MESSAGE *)Exynos_OSAL_Dequeue(&pExynosPort->
bufferQ
);
803
message = (EXYNOS_OMX_MESSAGE *)Exynos_OSAL_Dequeue(&pExynosPort->
bufferQ
);
[
all
...]
/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/audio/dec/
Exynos_OMX_Adec.c
447
message = (EXYNOS_OMX_MESSAGE *)Exynos_OSAL_Dequeue(&pExynosPort->
bufferQ
);
552
message = (EXYNOS_OMX_MESSAGE *)Exynos_OSAL_Dequeue(&pExynosPort->
bufferQ
);
[
all
...]
Completed in 1800 milliseconds