[go: nahoru, domu]

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

/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
H A Dmp4enc_api.cpp138 Int DetermineCodingLayer(VideoEncData *video, Int *nLayer, ULong modTime);
140 Int UpdateSkipNextFrame(VideoEncData *video, ULong *modTime, Int *size, PV_STATUS status);
1405 ULong modTime = vid_in->timestamp; local
1419 video->nextModTime = video->modTimeRef = ((modTime) - ((modTime) % 1000));
1422 encodeVop = DetermineCodingLayer(video, nLayer, modTime);
1448 EncodeVopNotCoded(video, bstream, size, modTime);
1553 video->currVop->temporalRef = (modTime * 30 / 1001) % 256;
1629 //video_out->timestamp = video->modTime;
1695 ULong modTime local
2624 DetermineCodingLayer(VideoEncData *video, Int *nLayer, ULong modTime) argument
2859 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/native/cmds/installd/
H A Dutils.cpp637 static cache_file_t* _add_cache_file_t(cache_t* cache, cache_dir_t* dir, time_t modTime, argument
644 file->modTime = modTime;
884 return lhs->modTime < rhs->modTime ? -1 : (lhs->modTime > rhs->modTime ? 1 : 0);
919 ALOGI("DEL (mod %d) %s\n", (int)file->modTime, path);
944 (int)file->modTime, file->dir);
H A Dutils.h48 time_t modTime; member in struct:android::installd::__anon1277
/frameworks/base/core/jni/
H A Dcom_android_internal_content_NativeLibraryHelper.cpp236 const time_t modTime = mktime(&t); local
238 if (!isFileDifferent(localFileName, uncompLen, modTime, crc, &st)) {
275 times[1].tv_sec = modTime;
/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 311 milliseconds