HomeSort by relevance Sort by last modified time
    Searched refs:BUFFER_STATE_FREE (Results 1 - 3 of 3) 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 140 if (pSECPort->bufferStateAllocate[i] == BUFFER_STATE_FREE) {
237 if (pSECPort->bufferStateAllocate[i] == BUFFER_STATE_FREE) {
314 if (((pSECPort->bufferStateAllocate[i] | BUFFER_STATE_FREE) != 0) && (pSECPort->bufferHeader[i] != NULL)) {
329 pSECPort->bufferStateAllocate[i] = BUFFER_STATE_FREE;
    [all...]
  /device/samsung/crespo/sec_mm/sec_omx/sec_omx_component/video/enc/
SEC_OMX_Venc.c 139 if (pSECPort->bufferStateAllocate[i] == BUFFER_STATE_FREE) {
236 if (pSECPort->bufferStateAllocate[i] == BUFFER_STATE_FREE) {
313 if (((pSECPort->bufferStateAllocate[i] | BUFFER_STATE_FREE) != 0) && (pSECPort->bufferHeader[i] != NULL)) {
328 pSECPort->bufferStateAllocate[i] = BUFFER_STATE_FREE;
    [all...]

Completed in 28 milliseconds