HomeSort by relevance Sort by last modified time
    Searched refs:BUFFER_STATE_ASSIGNED (Results 1 - 4 of 4) sorted by null

  /device/samsung/crespo/sec_mm/sec_omx/sec_omx_component/common/
SEC_OMX_Baseport.h 38 #define BUFFER_STATE_ASSIGNED (1 << 1)
  /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);
324 } else if (pSECPort->bufferStateAllocate[i] & BUFFER_STATE_ASSIGNED) {
    [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);
322 } else if (pSECPort->bufferStateAllocate[i] & BUFFER_STATE_ASSIGNED) {
    [all...]

Completed in 39 milliseconds