Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/mfe/api/mfe/
H A DTsMuxer.c278 data_info.timecode = GetTimecode(ctx, 0); in mpegts_write_section()
573 data_info.timecode = GetTimecode(s, data_len); in mpegts_write_pes()
H A DMuxCommon.h145 MFE_U32 timecode; member
H A DMuxCommon.c172 put32_msbf(&buf, pinfo->timecode); in outbuf_put()
/utopia/UTPA2-700.0.x/modules/audio/api/audio/
H A DapiAUDIO_v2_customer.c1917 dtsTimecode timecode; member
14023 pFileInfo->timecode.valid = dtsTrue; in AU_CUS_DTS_Parser_dtsDecodeTIMECODE()
14026 memcpy(&pFileInfo->timecode.clock, timeChunk, 4); in AU_CUS_DTS_Parser_dtsDecodeTIMECODE()
14027 … pFileInfo->timecode.clock = AU_CUS_DTS_Parser_dtsHDEndianConvert32(pFileInfo->timecode.clock); in AU_CUS_DTS_Parser_dtsDecodeTIMECODE()
14030 pFileInfo->timecode.frameRate = timeChunk[4]; in AU_CUS_DTS_Parser_dtsDecodeTIMECODE()
14033 memcpy(&pFileInfo->timecode.startSampSinceMidnight, &timeChunk[5], 8); in AU_CUS_DTS_Parser_dtsDecodeTIMECODE()
14034 …pFileInfo->timecode.startSampSinceMidnight = AU_CUS_DTS_Parser_dtsHDEndianConvert64(pFileInfo->tim… in AU_CUS_DTS_Parser_dtsDecodeTIMECODE()
14037 …pFileInfo->timecode.endSampSinceMidnight = pFileInfo->timecode.startSampSinceMidnight + pFileInfo-… in AU_CUS_DTS_Parser_dtsDecodeTIMECODE()
14040 memcpy(&pFileInfo->timecode.startResidual, &timeChunk[13], 4); in AU_CUS_DTS_Parser_dtsDecodeTIMECODE()
14041 …pFileInfo->timecode.startResidual = AU_CUS_DTS_Parser_dtsHDEndianConvert32(pFileInfo->timecode.sta… in AU_CUS_DTS_Parser_dtsDecodeTIMECODE()
[all …]
/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/linux/
H A Dvideodev2.h491 struct v4l2_timecode timecode; member