Home
last modified time | relevance | path

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

/aosp12/frameworks/av/media/codecs/m4v_h263/dec/src/
H A Dmp4lib_int.h122 int horSamp_m; /* sampfac = hor_samp_n/hor_samp_m */ member
H A Dvop.cpp670 currVol->horSamp_m = (int) BitstreamReadBits16(stream, 5); in DecodeVOLHeader()
672 if (currVol->horSamp_m == 0) return PV_FAIL; in DecodeVOLHeader()
673 if (currVol->horSamp_n != currVol->horSamp_m) return PV_FAIL; in DecodeVOLHeader()
/aosp12/frameworks/av/media/codecs/m4v_h263/enc/src/
H A Dmp4lib_int.h116 Int horSamp_m; /* sampfac = hor_samp_n/hor_samp_m */ member
H A Dmp4enc_api.cpp940 pVol->horSamp_m = 1; in PVInitVideoEncoder()
2572 status = BitstreamPutBits(stream, 5, currVol->horSamp_m);/*hor_sampling_factor_m*/ in EncodeVOS_Start()