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

  /device/samsung/crespo/sec_mm/sec_omx/sec_omx_component/common/
SEC_OMX_Baseport.h 37 #define BUFFER_STATE_ALLOCATED (1 << 0)
  /device/samsung/crespo/sec_mm/sec_omx/sec_omx_component/video/dec/
SEC_OMX_Vdec.c 240 pSECPort->bufferStateAllocate[i] = (BUFFER_STATE_ALLOCATED | HEADER_STATE_ALLOCATED);
320 if (pSECPort->bufferStateAllocate[i] & BUFFER_STATE_ALLOCATED) {
    [all...]
  /device/samsung/crespo/sec_mm/sec_omx/sec_omx_component/video/enc/
SEC_OMX_Venc.c 238 pSECPort->bufferStateAllocate[i] = (BUFFER_STATE_ALLOCATED | HEADER_STATE_ALLOCATED);
318 if (pSECPort->bufferStateAllocate[i] & BUFFER_STATE_ALLOCATED) {
    [all...]

Completed in 80 milliseconds