OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:horsamp_n
(Results
1 - 6
of
6
) sorted by null
/external/opencore/codecs_v2/video/m4v_h263/dec/src/
mp4lib_int.h
121
int
horSamp_n
; /* VOL hor. resampling of ref. VOL given by */
vop.cpp
651
currVol->
horSamp_n
= (int) BitstreamReadBits16(stream, 5);
657
if (currVol->
horSamp_n
!= currVol->horSamp_m) return PV_FAIL;
[
all
...]
/frameworks/base/media/libstagefright/codecs/m4v_h263/dec/src/
mp4lib_int.h
121
int
horSamp_n
; /* VOL hor. resampling of ref. VOL given by */
vop.cpp
650
currVol->
horSamp_n
= (int) BitstreamReadBits16(stream, 5);
656
if (currVol->
horSamp_n
!= currVol->horSamp_m) return PV_FAIL;
[
all
...]
/external/opencore/codecs_v2/video/m4v_h263/enc/src/
mp4lib_int.h
116
Int
horSamp_n
; /* VOL hor. resampling of ref. VOL given by */
mp4enc_api.cpp
[
all
...]
Completed in 59 milliseconds