Searched refs:timescalestr (Results 1 - 3 of 3) sorted by relevance

/external/opencore/nodes/pvamrffparsernode/src/
H A Dpvmf_amrffparser_node.cpp639 char timescalestr[20]; local
640 oscl_snprintf(timescalestr, 20, ";%s%d", PVAMRMETADATA_TIMESCALE, iAMRFileInfo.iTimescale);
641 timescalestr[19] = '\0';
647 timescalestr);
/external/opencore/nodes/pvmp4ffparsernode/src/
H A Dpvmf_mp4ffparser_node_metadata.cpp3737 char timescalestr[20]; local
3738 oscl_snprintf(timescalestr, 20, ";%s%d", PVMP4METADATA_TIMESCALE, iMP4FileHandle->getMovieTimescale());
3739 timescalestr[19] = '\0';
3740 PVMFStatus retval = PVMFCreateKVPUtils::CreateKVPForUInt32Value(KeyVal, PVMP4METADATA_DURATION_KEY, duration, timescalestr);
/external/opencore/nodes/streaming/streamingmanager/plugins/common/src/
H A Dpvmf_sm_fsp_base_impl.cpp3351 char timescalestr[20]; local
3352 oscl_snprintf(timescalestr, 20, ";%s%d", PVMFSTREAMINGMGRNODE_TIMESCALE, iMetaDataInfo->iSessionDurationTimeScale);
3353 timescalestr[19] = NULL_TERM_CHAR;
3357 timescalestr);

Completed in 54 milliseconds