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

  /external/opencore/protocols/sdp/parser/src/
h264mediainfoparser.cpp 637 uint8 *configPtr = SDP_alloc.allocate(configBufLength);
639 new OsclRefCounterSA< SDPAllocDestructDealloc<uint8> >(configPtr);
640 OsclSharedPtr<uint8> parameterSetPtr(configPtr, refcnt);
648 uint8* paramSetSizePtr = configPtr + offset;
650 uint8* outPtr = configPtr + offset;
    [all...]
  /external/opencore/engines/2way/src/
pv_2way_datapath.cpp 510 OsclAny *configPtr = NULL;
556 aPort->QueryInterface(PVMI_CAPABILITY_AND_CONFIG_PVUUID, configPtr);
559 if (configPtr)
575 error = SetParametersSync((PvmiCapabilityAndConfig *)configPtr, &portParams, portParamsReturn);
584 error = SetParametersSync((PvmiCapabilityAndConfig *)configPtr,
610 error = SetParametersSync((PvmiCapabilityAndConfig *)configPtr, &portParams, portParamsReturn);
614 error = SetParametersSync((PvmiCapabilityAndConfig *)configPtr, &portParams, portParamsReturn);
629 error = SetParametersSync((PvmiCapabilityAndConfig *)configPtr,
679 error = SetParametersSync((PvmiCapabilityAndConfig *)configPtr, &portParams, portParamsReturn);
706 int32 CPV2WayDatapath::SetParametersSync(PvmiCapabilityAndConfig * configPtr,
    [all...]

Completed in 22 milliseconds