OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BUFFER_STATE_FREE
(Results
1 - 4
of
4
) sorted by null
/device/samsung/crespo/sec_mm/sec_omx/sec_omx_component/common/
SEC_OMX_Baseport.h
40
#define
BUFFER_STATE_FREE
0
/device/samsung/crespo/sec_mm/sec_omx/sec_omx_component/video/dec/
SEC_OMX_Vdec.c
139
if (pSECPort->bufferStateAllocate[i] ==
BUFFER_STATE_FREE
) {
238
if (pSECPort->bufferStateAllocate[i] ==
BUFFER_STATE_FREE
) {
318
if (((pSECPort->bufferStateAllocate[i] |
BUFFER_STATE_FREE
) != 0) && (pSECPort->bufferHeader[i] != NULL)) {
333
pSECPort->bufferStateAllocate[i] =
BUFFER_STATE_FREE
;
[
all
...]
/device/samsung/crespo/sec_mm/sec_omx/sec_omx_component/video/enc/
SEC_OMX_Venc.c
137
if (pSECPort->bufferStateAllocate[i] ==
BUFFER_STATE_FREE
) {
236
if (pSECPort->bufferStateAllocate[i] ==
BUFFER_STATE_FREE
) {
316
if (((pSECPort->bufferStateAllocate[i] |
BUFFER_STATE_FREE
) != 0) && (pSECPort->bufferHeader[i] != NULL)) {
331
pSECPort->bufferStateAllocate[i] =
BUFFER_STATE_FREE
;
[
all
...]
/device/samsung/crespo/sec_mm/sec_omx/sec_osal/
SEC_OSAL_Buffer.cpp
266
if (pSECPort->bufferStateAllocate[i] ==
BUFFER_STATE_FREE
) {
Completed in 480 milliseconds