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

  /hardware/qcom/media/msm8996/mm-core/src/common/
qc_omx_core.c 406 int hnd_index = -1; local
517 hnd_index = get_comp_handle_index("OMX.qti.vdec.vpp");
521 hnd_index = get_comp_handle_index(optComponentName);
524 if(hnd_index >= 0)
526 core[cmp_index].inst[hnd_index]= *handle = (OMX_HANDLETYPE) hComp;
  /hardware/qcom/media/msmcobalt/mm-core/src/common/
qc_omx_core.c 406 int hnd_index = -1; local
518 hnd_index = get_comp_handle_index("OMX.qti.vdec.vpp");
522 hnd_index = get_comp_handle_index(optComponentName);
525 if(hnd_index >= 0)
527 core[cmp_index].inst[hnd_index]= *handle = (OMX_HANDLETYPE) hComp;
  /hardware/qcom/media/msm8974/mm-core/omxcore/src/common/
qc_omx_core.c 423 int hnd_index = -1; local
464 hnd_index = get_comp_handle_index(componentName);
465 if(hnd_index >= 0)
467 core[cmp_index].inst[hnd_index]= *handle = (OMX_HANDLETYPE) hComp;
  /hardware/qcom/media/msm8974/mm-core/src/common/
qc_omx_core.c 402 int hnd_index = -1; local
443 hnd_index = get_comp_handle_index(componentName);
444 if(hnd_index >= 0)
446 core[cmp_index].inst[hnd_index]= *handle = (OMX_HANDLETYPE) hComp;

Completed in 47 milliseconds