OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:refVolID
(Results
1 - 4
of
4
) sorted by null
/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
mp4lib_int.h
119
int
refVolID
; /* VOL id of reference VOL */
vop.cpp
642
currVol->
refVolID
= (int) BitstreamReadBits16(stream, 4);
645
if (currVol->
refVolID
!= video->vol[0]->volID) return PV_FAIL;
[
all
...]
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
mp4lib_int.h
112
Int
refVolID
; /* VOL id of reference VOL */
mp4enc_api.cpp
[
all
...]
Completed in 44 milliseconds