OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:HEADER_STATE_ALLOCATED
(Results
1 - 4
of
4
) sorted by null
/device/samsung/crespo/sec_mm/sec_omx/sec_omx_component/common/
SEC_OMX_Baseport.h
39
#define
HEADER_STATE_ALLOCATED
(1 << 2)
/device/samsung/crespo/sec_mm/sec_omx/sec_osal/
SEC_OSAL_Buffer.cpp
268
pSECPort->bufferStateAllocate[i] = (BUFFER_STATE_ASSIGNED |
HEADER_STATE_ALLOCATED
);
/device/samsung/crespo/sec_mm/sec_omx/sec_omx_component/video/dec/
SEC_OMX_Vdec.c
141
pSECPort->bufferStateAllocate[i] = (BUFFER_STATE_ASSIGNED |
HEADER_STATE_ALLOCATED
);
240
pSECPort->bufferStateAllocate[i] = (BUFFER_STATE_ALLOCATED |
HEADER_STATE_ALLOCATED
);
328
if (pSECPort->bufferStateAllocate[i] &
HEADER_STATE_ALLOCATED
) {
[
all
...]
/device/samsung/crespo/sec_mm/sec_omx/sec_omx_component/video/enc/
SEC_OMX_Venc.c
139
pSECPort->bufferStateAllocate[i] = (BUFFER_STATE_ASSIGNED |
HEADER_STATE_ALLOCATED
);
238
pSECPort->bufferStateAllocate[i] = (BUFFER_STATE_ALLOCATED |
HEADER_STATE_ALLOCATED
);
326
if (pSECPort->bufferStateAllocate[i] &
HEADER_STATE_ALLOCATED
) {
[
all
...]
Completed in 1564 milliseconds