Home
last modified time | relevance | path

Searched defs:modTime (Results 1 – 5 of 5) sorted by relevance

/aosp12/frameworks/av/media/codecs/m4v_h263/enc/src/
H A Dmp4enc_api.cpp1403 ULong modTime = vid_in->timestamp; in PVEncodeVideoFrame() local
1693 ULong modTime = vid_in->timestamp; in PVEncodeFrameSet() local
2622 Int DetermineCodingLayer(VideoEncData *video, Int *nLayer, ULong modTime) in DetermineCodingLayer()
2857 Int UpdateSkipNextFrame(VideoEncData *video, ULong *modTime, Int *size, PV_STATUS status) in UpdateSkipNextFrame()
H A Dvop.cpp309 PV_STATUS EncodeVopNotCoded(VideoEncData *video, UChar *bstream, Int *size, ULong modTime) in EncodeVopNotCoded()
H A Dmp4lib_int.h403 ULong modTime; /* Input frame modTime */ member
/aosp12/build/soong/finder/fs/
H A Dfs.go197 modTime time.Time member
382 modTime time.Time // time at which the inode's contents were modified member
/aosp12/frameworks/base/core/jni/
H A Dcom_android_internal_content_NativeLibraryHelper.cpp231 const time_t modTime = mktime(&t); in copyFileIfChanged() local