Home
last modified time | relevance | path

Searched refs:codecId (Results 1 – 5 of 5) sorted by relevance

/external/autotest/client/site_tests/video_WebRtcPeerConnectionWithCamera/
Dmunge_sdp.js27 var codecId = findRtpmapId(sdpLines, codec);
28 if (codecId === null) {
41 sdpLines[mLineNo] = setMLineDefaultCodec(sdpLines[mLineNo], codecId);
150 function setMLineDefaultCodec(mLine, codecId) { argument
157 newLine.push(codecId);
159 if (elements[i] != codecId)
/external/libvpx/libvpx/third_party/libwebm/mkvparser/
Dmkvparser.h349 char* codecId; variable
Dmkvparser.cc4494 codecId(NULL), in Info()
4509 delete[] codecId; in Clear()
4510 codecId = NULL; in Clear()
4571 if (int status = CopyStr(&Info::codecId, dst)) in Copy()
4613 const char* Track::GetCodecId() const { return m_info.codecId; } in GetCodecId()
5810 const long status = UnserializeString(pReader, pos, size, info.codecId); in ParseTrackEntry()
/external/libvpx/libwebm/mkvparser/
Dmkvparser.h349 char* codecId; variable
Dmkvparser.cc4509 codecId(NULL), in Info()
4524 delete[] codecId; in Clear()
4525 codecId = NULL; in Clear()
4586 if (int status = CopyStr(&Info::codecId, dst)) in Copy()
4628 const char* Track::GetCodecId() const { return m_info.codecId; } in GetCodecId()
5735 const long status = UnserializeString(pReader, pos, size, info.codecId); in ParseTrackEntry()