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

  /device/samsung/crespo/sec_mm/sec_omx/sec_omx_component/video/dec/h264dec/
library_register.h 37 #define MAX_COMPONENT_ROLE_NUM 1
library_register.c 48 secComponents[0]->totalRoleNum = MAX_COMPONENT_ROLE_NUM;
SEC_OMX_H264dec.c 733 if (nIndex == (MAX_COMPONENT_ROLE_NUM-1)) {
    [all...]
  /device/samsung/crespo/sec_mm/sec_omx/sec_omx_component/video/dec/mpeg4dec/
library_register.h 37 #define MAX_COMPONENT_ROLE_NUM 1
library_register.c 52 ppSECComponent[0]->totalRoleNum = MAX_COMPONENT_ROLE_NUM;
57 ppSECComponent[1]->totalRoleNum = MAX_COMPONENT_ROLE_NUM;
SEC_OMX_Mpeg4dec.c 874 if (nIndex != (MAX_COMPONENT_ROLE_NUM - 1)) {
    [all...]
  /device/samsung/crespo/sec_mm/sec_omx/sec_omx_component/video/enc/h264enc/
library_register.h 37 #define MAX_COMPONENT_ROLE_NUM 1
library_register.c 48 secComponents[0]->totalRoleNum = MAX_COMPONENT_ROLE_NUM;
SEC_OMX_H264enc.c 725 if (nIndex == (MAX_COMPONENT_ROLE_NUM-1)) {
    [all...]
  /device/samsung/crespo/sec_mm/sec_omx/sec_omx_component/video/enc/mpeg4enc/
library_register.h 37 #define MAX_COMPONENT_ROLE_NUM 1
library_register.c 53 ppSECComponent[0]->totalRoleNum = MAX_COMPONENT_ROLE_NUM;
58 ppSECComponent[1]->totalRoleNum = MAX_COMPONENT_ROLE_NUM;
SEC_OMX_Mpeg4enc.c     [all...]

Completed in 82 milliseconds