Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
Dmp4lib_int.h121 int horSamp_n; /* VOL hor. resampling of ref. VOL given by */ member
Dvop.cpp654 currVol->horSamp_n = (int) BitstreamReadBits16(stream, 5); 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.h114 Int horSamp_n; /* VOL hor. resampling of ref. VOL given by */ member
Dmp4enc_api.cpp939 pVol->horSamp_n = 1; in PVInitVideoEncoder()
2573 status = BitstreamPutBits(stream, 5, currVol->horSamp_n);/*hor_sampling_factor_n*/ in EncodeVOS_Start()