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

  /hardware/qcom/media/msm8974/mm-core/omxcore/src/common/
omx_core_cmp.cpp 57 component->AllocateBuffer = &qc_omx_component_allocate_buffer;
273 // qc_omx_component_allocate_buffer -- API Call
275 qc_omx_component_allocate_buffer(OMX_IN OMX_HANDLETYPE hComp, function
284 DEBUG_PRINT("OMXCORE: qc_omx_component_allocate_buffer %x, %x , %d\n",(unsigned)hComp,(unsigned)bufferHdr,(unsigned)port);
  /hardware/qcom/media/msm8974/mm-core/src/common/
omx_core_cmp.cpp 57 component->AllocateBuffer = &qc_omx_component_allocate_buffer;
274 // qc_omx_component_allocate_buffer -- API Call
276 qc_omx_component_allocate_buffer(OMX_IN OMX_HANDLETYPE hComp, function
285 DEBUG_PRINT("OMXCORE: qc_omx_component_allocate_buffer %p, %p , %d\n",hComp, bufferHdr,(unsigned)port);
  /hardware/qcom/media/msm8996/mm-core/src/common/
omx_core_cmp.cpp 57 component->AllocateBuffer = &qc_omx_component_allocate_buffer;
274 // qc_omx_component_allocate_buffer -- API Call
276 qc_omx_component_allocate_buffer(OMX_IN OMX_HANDLETYPE hComp, function
285 DEBUG_PRINT("OMXCORE: qc_omx_component_allocate_buffer %p, %p , %d\n",hComp, bufferHdr,(unsigned)port);
  /hardware/qcom/media/msmcobalt/mm-core/src/common/
omx_core_cmp.cpp 57 component->AllocateBuffer = &qc_omx_component_allocate_buffer;
274 // qc_omx_component_allocate_buffer -- API Call
276 qc_omx_component_allocate_buffer(OMX_IN OMX_HANDLETYPE hComp, function
285 DEBUG_PRINT("OMXCORE: qc_omx_component_allocate_buffer %p, %p , %d\n",hComp, bufferHdr,(unsigned)port);

Completed in 1085 milliseconds