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

/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
H A Dmp4lib_int.h89 int fixedVopRate; member in struct:tagVol
H A Dvop.cpp401 currVol->fixedVopRate = (int) BitstreamRead1Bits(stream);
402 if (currVol->fixedVopRate)
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
H A Dmp4lib_int.h86 Int fixedVopRate; member in struct:tagVol
H A Dmp4enc_api.cpp908 pVol->fixedVopRate = 0; /* No fixed VOP rate */
2498 status = BitstreamPut1Bits(stream, currVol->fixedVopRate);/* fixed_vop_rate = 0 */

Completed in 478 milliseconds