OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nextModTime
(Results
1 - 3
of
3
) sorted by null
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/include/
mp4enc_api.h
331
* @param
nextModTime
is the timestamp encoder expects from the next input
338
ULong *
nextModTime
, UChar *bstream, Int *size, Int *nLayer);
361
* @param
nextModTime
is the timestamp encoder expects from the next input if this input is rejected and nLayer is set to -1.
365
OSCL_IMPORT_REF Bool PVEncodeFrameSet(VideoEncControls *encCtrl, VideoEncFrameIO *vid_in, ULong *
nextModTime
, Int *nLayer);
380
* @param
nextModTime
is the timestamp encoder expects from the next input
384
Int *endofFrame, VideoEncFrameIO *vid_out, ULong *
nextModTime
);
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
mp4enc_api.cpp
640
video->
nextModTime
= 0;
[
all
...]
mp4lib_int.h
396
ULong
nextModTime
; /* expected next frame time */
Completed in 253 milliseconds