Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
Dmp4lib_int.h117 int scalType; /* temporal = 0, spatial = 1, both = 2 */ member
Dvop.cpp638 currVol->scalType = (int) BitstreamRead1Bits(stream); /* */ in DecodeVOLHeader()
639 if (!currVol->scalType) return PV_FAIL; in DecodeVOLHeader()
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
Dmp4lib_int.h110 Int scalType; /* temporal = 0, spatial = 1, both = 2 */ member
Dmp4enc_api.cpp933 pVol->scalType = 1; in PVInitVideoEncoder()
2570 …status = BitstreamPut1Bits(stream, currVol->scalType);/* hierarchy _type ... Spatial= 0 and Tempor… in EncodeVOS_Start()