OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:constantduration
(Results
1 - 2
of
2
) sorted by null
/external/opencore/protocols/sdp/common/include/
rfc3640_payload_info.h
46
constantDuration
= 0;
76
constantDuration
= cDuration;
109
return
constantDuration
;
126
uint32
constantDuration
;
/external/opencore/protocols/sdp/parser/src/
rfc3640mediainfoparser.cpp
372
if (!oscl_CIstrncmp(temp, "
constantDuration
=", oscl_strlen("
ConstantDuration
=")))
374
temp += oscl_strlen("
ConstantDuration
=");
379
PVMF_SDP_PARSER_LOGERROR((0, "SDPRFC3640MediaInfoParser::parseMediaInfo - Bad a=fmtp line format - Bad
constantDuration
field"));
Completed in 44 milliseconds