OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:temporalRef
(Results
1 - 6
of
6
) sorted by null
/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
mp4lib_int.h
78
int
temporalRef
; /* temporal reference, roll over at 256 */
vop.cpp
[
all
...]
pvdec_api.cpp
241
video->prevVop->
temporalRef
= 0; /* 11/12/01 */
[
all
...]
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
mp4lib_int.h
69
Int
temporalRef
; /* temporal reference, roll over at 256 */
70
Int temporalInterval; /* increase every 256
temporalRef
*/
vop.cpp
418
status = BitstreamPutBits(stream, 8, currVop->
temporalRef
); /* temporal_reference */
mp4enc_api.cpp
[
all
...]
Completed in 63 milliseconds