HomeSort by relevance Sort by last modified time
    Searched defs:portParam (Results 1 - 5 of 5) sorted by null

  /device/samsung/crespo/sec_mm/sec_omx/sec_omx_component/common/
SEC_OMX_Basecomponent.c 295 for (i = 0; i < (pSECComponent->portParam.nPorts); i++) {
330 for (i = 0; i < pSECComponent->portParam.nPorts; i++) {
403 for (i = 0; i < pSECComponent->portParam.nPorts; i++) {
417 for (i = 0; i < pSECComponent->portParam.nPorts; i++) {
562 for(i = 0; i < pSECComponent->portParam.nPorts; i++) {
568 for (i = 0; i < pSECComponent->portParam.nPorts; i++) {
579 for (i = 0; i < pSECComponent->portParam.nPorts; i++) {
598 ((OMX_S32)portIndex >= (OMX_S32)pSECComponent->portParam.nPorts)) {
634 ((OMX_S32)portIndex >= (OMX_S32)pSECComponent->portParam.nPorts)) {
640 for (i = 0; i < pSECComponent->portParam.nPorts; i++)
    [all...]
SEC_OMX_Basecomponent.h 121 OMX_PORT_PARAM_TYPE portParam;
  /device/samsung/crespo/sec_mm/sec_omx/sec_omx_component/video/dec/
SEC_OMX_Vdec.c 117 if (nPortIndex >= pSECComponent->portParam.nPorts) {
207 if (nPortIndex >= pSECComponent->portParam.nPorts) {
    [all...]
  /device/samsung/crespo/sec_mm/sec_omx/sec_omx_component/video/enc/
SEC_OMX_Venc.c 115 if (nPortIndex >= pSECComponent->portParam.nPorts) {
205 if (nPortIndex >= pSECComponent->portParam.nPorts) {
    [all...]
  /hardware/qcom/media/mm-video/vidc/vdec/test/
omx_vdec_test.cpp 181 OMX_PORT_PARAM_TYPE portParam;
    [all...]

Completed in 60 milliseconds