Home
last modified time | relevance | path

Searched refs:horSamp_m (Results 1 – 4 of 4) sorted by relevance

/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
Dmp4lib_int.h122 int horSamp_m; /* sampfac = hor_samp_n/hor_samp_m */ member
Dvop.cpp657 currVol->horSamp_m = (int) BitstreamReadBits16(stream, 5); in DecodeVOLHeader()
659 if (currVol->horSamp_m == 0) return PV_FAIL; in DecodeVOLHeader()
660 if (currVol->horSamp_n != currVol->horSamp_m) return PV_FAIL; in DecodeVOLHeader()
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
Dmp4lib_int.h115 Int horSamp_m; /* sampfac = hor_samp_n/hor_samp_m */ member
Dmp4enc_api.cpp938 pVol->horSamp_m = 1; in PVInitVideoEncoder()
2574 status = BitstreamPutBits(stream, 5, currVol->horSamp_m);/*hor_sampling_factor_m*/ in EncodeVOS_Start()