Searched refs:modTime (Results 1 - 9 of 9) sorted by relevance

/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
H A Dmp4enc_api.cpp131 Int DetermineCodingLayer(VideoEncData *video, Int *nLayer, ULong modTime);
133 Int UpdateSkipNextFrame(VideoEncData *video, ULong *modTime, Int *size, PV_STATUS status);
1372 ULong modTime = vid_in->timestamp; local
1386 video->nextModTime = video->modTimeRef = ((modTime) - ((modTime) % 1000));
1389 encodeVop = DetermineCodingLayer(video, nLayer, modTime);
1415 EncodeVopNotCoded(video, bstream, size, modTime);
1520 video->currVop->temporalRef = (modTime * 30 / 1001) % 256;
1596 //video_out->timestamp = video->modTime;
1662 ULong modTime local
2591 DetermineCodingLayer(VideoEncData *video, Int *nLayer, ULong modTime) argument
2826 UpdateSkipNextFrame(VideoEncData *video, ULong *modTime, Int *size, PV_STATUS status) argument
[all...]
H A Dvop.cpp309 PV_STATUS EncodeVopNotCoded(VideoEncData *video, UChar *bstream, Int *size, ULong modTime) argument
325 frameTick = (Int)(((double)(modTime - video->modTimeRef) * currVol->timeIncrementResolution + 500) / 1000);
H A Dmp4lib_int.h398 UInt modTimeRef; /* Reference modTime update every I-Vop*/
402 ULong modTime; /* Input frame modTime */ member in struct:tagVideoEncData
H A Dmp4enc_lib.h35 PV_STATUS EncodeVopNotCoded(VideoEncData *video, UChar *bstream, Int *size, ULong modTime);
/frameworks/base/core/jni/
H A Dcom_android_internal_content_NativeLibraryHelper.cpp182 time_t modTime; local
190 modTime = mktime(&t);
212 if (!isFileDifferent(localFileName, uncompLen, modTime, crc, &st)) {
249 times[1].tv_sec = modTime;
/frameworks/native/cmds/installd/
H A Dutils.c588 static cache_file_t* _add_cache_file_t(cache_t* cache, cache_dir_t* dir, time_t modTime, argument
595 file->modTime = modTime;
836 return lhs->modTime < rhs->modTime ? -1 : (lhs->modTime > rhs->modTime ? 1 : 0);
871 ALOGI("DEL (mod %d) %s\n", (int)file->modTime, path);
896 (int)file->modTime, file->dir);
H A Dinstalld.h116 time_t modTime; member in struct:__anon1170
/frameworks/av/media/libstagefright/codecs/avc/enc/src/
H A Drate_control.cpp50 AVCEnc_Status RCDetermineFrameNum(AVCEncObject *encvid, AVCRateControl *rateCtrl, uint32 modTime, uint *frameNum) argument
66 encvid->modTimeRef = modTime;
82 if (modTime < modTimeRef) /* modTime wrapped around */
87 modTime += encvid->wrapModTime; /* wrapModTime is non zero after wrap-around */
89 currFrameNum = (int32)(((modTime - modTimeRef) * rateCtrl->frame_rate + 200) / 1000); /* add small roundings */
H A Davcenc_lib.h673 \param "modTime" "The 32 bit timestamp of the input frame."
677 AVCEnc_Status RCDetermineFrameNum(AVCEncObject *encvid, AVCRateControl *rateCtrl, uint32 modTime, uint *frameNum);

Completed in 168 milliseconds