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

/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
H A Dmp4lib_int.h121 int horSamp_n; /* VOL hor. resampling of ref. VOL given by */ member in struct:tagVol
H A Dvop.cpp656 currVol->horSamp_n = (int) BitstreamReadBits16(stream, 5);
662 if (currVol->horSamp_n != currVol->horSamp_m) return PV_FAIL;
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
H A Dmp4lib_int.h115 Int horSamp_n; /* VOL hor. resampling of ref. VOL given by */ member in struct:tagVol
H A Dmp4enc_api.cpp939 pVol->horSamp_n = 1;
2569 status = BitstreamPutBits(stream, 5, currVol->horSamp_n);/*hor_sampling_factor_n*/

Completed in 219 milliseconds