OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:horSamp_m
(Results
1 - 4
of
4
) sorted by null
/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
mp4lib_int.h
122
int
horSamp_m
; /* sampfac = hor_samp_n/hor_samp_m */
vop.cpp
653
currVol->
horSamp_m
= (int) BitstreamReadBits16(stream, 5);
655
if (currVol->
horSamp_m
== 0) return PV_FAIL;
656
if (currVol->horSamp_n != currVol->
horSamp_m
) return PV_FAIL;
[
all
...]
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
mp4lib_int.h
115
Int
horSamp_m
; /* sampfac = hor_samp_n/hor_samp_m */
mp4enc_api.cpp
[
all
...]
Completed in 28 milliseconds