Home
last modified time | relevance | path

Searched refs:getMIMEStrPtr (Results 1 – 25 of 49) sorted by relevance

12

/external/opencore/engines/2way/test/src/
Dtest_base.cpp83 iSdkInitInfo.iIncomingAudioFormats.push_back(iAudSinkFormatType.getMIMEStrPtr()); in Init()
85 iSdkInitInfo.iOutgoingAudioFormats.push_back(iAudSrcFormatType.getMIMEStrPtr()); in Init()
87 iSdkInitInfo.iIncomingVideoFormats.push_back(iVidSinkFormatType.getMIMEStrPtr()); in Init()
89 iSdkInitInfo.iOutgoingVideoFormats.push_back(iVidSrcFormatType.getMIMEStrPtr()); in Init()
91 if (pv_mime_strcmp(iVidSinkFormatType.getMIMEStrPtr(), PVMF_MIME_M4V) == 0) in Init()
96 if (pv_mime_strcmp(iVidSrcFormatType.getMIMEStrPtr(), PVMF_MIME_M4V) == 0) in Init()
/external/opencore/engines/2way/src/
Dpv_2way_dec_data_channel_datapath.cpp59 …yDecDataChannelDatapath::SkipComplete, Format=%s, Node=%x\n", iFormat.getMIMEStrPtr(), aNode->iNod… in SkipComplete()
67 …ipComplete, Format=%s, Node=%x\n Skip complete for datapath", iFormat.getMIMEStrPtr(), aNode->iNod… in SkipComplete()
Dpv_2way_datapath.cpp169 …ayDatapath(%s)::Open path type %d, state %d, num nodes %d\n", iFormat.getMIMEStrPtr(), iType, iSta… in Open()
402 …ePorts request input port, format %s, tag %d\n", reqPortParams.format.getMIMEStrPtr(), reqPortPara… in CheckNodePortsL()
481 …orts request output port, format %s, type %d\n", reqPortParams.format.getMIMEStrPtr(), reqPortPara… in CheckNodePortsL()
574 portParams.value.pChar_value = OSCL_STATIC_CAST(mbchar*, format.getMIMEStrPtr()); in PortStatusChange()
583 … portParams.value.pChar_value = OSCL_STATIC_CAST(mbchar*, format.getMIMEStrPtr()); in PortStatusChange()
608 … portParams.value.pChar_value = OSCL_STATIC_CAST(mbchar*, format.getMIMEStrPtr()); in PortStatusChange()
613 … portParams.value.pChar_value = OSCL_STATIC_CAST(mbchar*, format.getMIMEStrPtr()); in PortStatusChange()
678 portParams.value.pChar_value = OSCL_STATIC_CAST(mbchar*, format2.getMIMEStrPtr()); in PortStatusChange()
1200 …Datapath::CheckPath path type %d, format %s, state %d\n", iType, iFormat.getMIMEStrPtr(), iState)); in CheckPath()
Dpv_2way_enc_data_channel_datapath.cpp65 …d, format %s, use play port %d, file play port %x\n", iState, iFormat.getMIMEStrPtr(), aUseFilePla… in UseFilePlayPort()
/external/opencore/nodes/pvwavffparsernode/src/
Dpvmf_wavffparser_port.cpp63 , (0, "PVMFWAVFFParserOutPort::FormatUpdated %s", iFormat.getMIMEStrPtr())); in FormatUpdated()
75 , (0, "PVMFWAVFFParserOutPort::FormatUpdated %s", iFormat.getMIMEStrPtr())); in Connect()
/external/opencore/pvmi/pvmf/include/
Dpvmf_format_type.h206 iStr = OSCL_HeapString<OsclMemAllocator> (rhs.getMIMEStrPtr(), rhs.getMIMEStrLen());
237 const char* getMIMEStrPtr() const in getMIMEStrPtr() function
/external/opencore/pvmi/pvmf/src/
Dpvmi_config_and_capability_utils.cpp66 aParameters->value.pChar_value = (char*)iFormat.getMIMEStrPtr(); in getParametersSync()
143 kvp.value.pChar_value = (char*)aFormat.getMIMEStrPtr(); in pvmiSetPortFormatSync()
/external/opencore/nodes/pvvideoparsernode/src/
Dpvmf_videoparser_node.cpp593 …mdRequestPort, port type %d, format %s\n", property->porttag, (property->format).getMIMEStrPtr())); in HandleCmdRequestPort()
607 …%s) doesn't match input format (%s)\n", iFormatType.getMIMEStrPtr(), (property->format).getMIMEStr… in HandleCmdRequestPort()
651 …s) doesn't match output format (%s)\n", iFormatType.getMIMEStrPtr(), (property->format).getMIMEStr… in HandleCmdRequestPort()
Dpvmf_videoparser_port.cpp82 , (0, "PVMFVideoParserPort::FormatUpdated %s", iFormat.getMIMEStrPtr())); in FormatUpdated()
/external/opencore/nodes/pvdummyinputnode/src/
Dpvmf_fileinput_port.cpp136 parameters[0].value.pChar_value = (char*)node->iSettings.iMediaFormat.getMIMEStrPtr(); in getParametersSync()
371 , (0, "PVMFFileDummyInputPort::FormatUpdated %s", iFormat.getMIMEStrPtr())); in FormatUpdated()
427 if (aKvp->value.pChar_value == node->iSettings.iMediaFormat.getMIMEStrPtr()) in VerifyAndSetParameter()
/external/opencore/nodes/pvprotocolenginenode/base/src/
Dpvmf_protocol_engine_port.cpp85 , (0, "PVMFProtocolEnginePort::FormatUpdated() %s", iFormat.getMIMEStrPtr())); in FormatUpdated()
/external/opencore/pvmi/media_io/pvmio_comm_loopback/src/
Dpvmi_mio_comm_loopback.cpp508 …arameters[0].value.pChar_value = OSCL_STATIC_CAST(mbchar*, iSettings.iMediaFormat.getMIMEStrPtr()); in getParametersSync()
522 …arameters[0].value.pChar_value = OSCL_STATIC_CAST(mbchar*, iSettings.iMediaFormat.getMIMEStrPtr()); in getParametersSync()
871 if (pv_mime_strcmp(iSettings.iMediaFormat.getMIMEStrPtr(), aKvp->value.pChar_value) == 0) in VerifyAndSetParameter()
884 if (pv_mime_strcmp(iSettings.iMediaFormat.getMIMEStrPtr(), aKvp->value.pChar_value) == 0) in VerifyAndSetParameter()
/external/opencore/nodes/pvfileoutputnode/src/
Dpvmf_fileoutput_inport.cpp296 , (0, "PVMFFileOutputInPort::FormatUpdated %s", iFormat.getMIMEStrPtr())); in FormatUpdated()
383 parameters[0].value.pChar_value = (char*)iFormat.getMIMEStrPtr(); in getParametersSync()
396 parameters[0].value.pChar_value = (char*)iFormat.getMIMEStrPtr(); in getParametersSync()
/external/opencore/nodes/pvdummyoutputnode/src/
Dpvmf_dummy_fileoutput_inport.cpp286 , (0, "PVMFDummyFileOutputInPort::FormatUpdated %s", iFormat.getMIMEStrPtr())); in FormatUpdated()
367 parameters[0].value.pChar_value = (char*)iFormat.getMIMEStrPtr(); in getParametersSync()
380 parameters[0].value.pChar_value = (char*)iFormat.getMIMEStrPtr(); in getParametersSync()
/external/opencore/nodes/pvloopbacknode/src/
Dpvmf_loopback_ioport.cpp100 , (0, "PVMFLoopbackPort::FormatUpdated %s", iFormat.getMIMEStrPtr())); in FormatUpdated()
/external/opencore/protocols/rtsp_client_engine/src/
Dpvrtsp_client_engine_port.cpp84 , (0, "PVMFRTSPPort::FormatUpdated %s", iFormat.getMIMEStrPtr())); in FormatUpdated()
/external/opencore/nodes/pvomxencnode/src/
Dpvmf_omx_enc_port.cpp85 , (0, "PVMFOMXEncPort::FormatUpdated %s", iFormat.getMIMEStrPtr())); in FormatUpdated()
356 parameters[0].value.pChar_value = (char*)iFormat.getMIMEStrPtr(); in GetInputParametersSync()
424 parameters[0].value.pChar_value = (char*)iOMXNode->GetCodecType().getMIMEStrPtr(); in GetOutputParametersSync()
981 if (pv_mime_strcmp(kvp[i].value.pChar_value, (char*)iFormat.getMIMEStrPtr()) == 0) in NegotiateOutputSettings()
/external/opencore/nodes/pvmp4ffcomposernode/src/
Dpvmp4ffcn_port.h124 iMimeType = aFormat.getMIMEStrPtr(); in SetFormat()
/external/opencore/engines/player/src/
Dpv_player_datapath.h136 iDecSinkFormatString = aFormatType.getMIMEStrPtr(); in SetDecSinkFormatType()
/external/opencore/nodes/pvclientserversocketnode/src/
Dpvmf_clientserver_socket_port.cpp87 , (0, "PVMFClientServerSocketPort::FormatUpdated %s", iFormat.getMIMEStrPtr())); in FormatUpdated()
/external/opencore/nodes/pvsocketnode/src/
Dpvmf_socket_port.cpp82 , (0, "PVMFSocketPort::FormatUpdated %s", iFormat.getMIMEStrPtr())); in FormatUpdated()
/external/opencore/protocols/systems/3g-324m_pvterminal/h223/src/
Dlogicalchannel.cpp1053 PVMFFormatType format = PVCodecTypeToPVMFFormatType(codec_type).getMIMEStrPtr(); in getParametersSync()
1159 if (pv_mime_strcmp(lcn_format_type.getMIMEStrPtr(), aKvp->value.pChar_value) != 0) in VerifyAndSetParameter()
1329 … selectedKvp->value.pChar_value = OSCL_STATIC_CAST(mbchar*, lcn_format_type.getMIMEStrPtr()); in setConfigParametersSync()
1622 … size=%d,FmtType=%s", iCurTimestamp, lcn, aMediaData->getFilledSize(), mediaType.getMIMEStrPtr())); in AlDispatch()
1626 … size=%d,FmtType=%s", iCurTimestamp, lcn, aMediaData->getFilledSize(), mediaType.getMIMEStrPtr())); in AlDispatch()
1908 PVMFFormatType format = PVCodecTypeToPVMFFormatType(codec_type).getMIMEStrPtr(); in getParametersSync()
/external/opencore/engines/2way/test/include/
Dtest_engine.h282 fprintf(fileoutput, "%s", aFormatType.getMIMEStrPtr()); in printFormatString()
/external/opencore/engines/adapters/player/framemetadatautility/src/
Dpv_frame_metadata_mio_video.cpp1044 aParameters->value.pChar_value = (char*)iVideoFormat.getMIMEStrPtr(); in getParametersSync()
1146 …(0, "PVFMVideoMIO::setParametersSync() Video Format Key, Value %s", iVideoFormat.getMIMEStrPtr())); in setParametersSync()
1180 …VFMVideoMIO::setParametersSync() Video SubFormat Key, Value %s", iVideoSubFormat.getMIMEStrPtr())); in setParametersSync()
/external/opencore/android/
Dandroid_surface_output.cpp854 …urfaceOutput::setParametersSync() Video SubFormat Key, Value %s",iVideoSubFormat.getMIMEStrPtr())); in setParametersSync()
856 LOGV("VIDEO SUBFORMAT SET TO %s\n",iVideoSubFormat.getMIMEStrPtr()); in setParametersSync()

12