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

/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
H A Dmp4lib_int.h117 int scalType; /* temporal = 0, spatial = 1, both = 2 */ member in struct:tagVol
H A Dvop.cpp640 currVol->scalType = (int) BitstreamRead1Bits(stream); /* */
641 if (!currVol->scalType) return PV_FAIL;
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
H A Dmp4lib_int.h111 Int scalType; /* temporal = 0, spatial = 1, both = 2 */ member in struct:tagVol
H A Dmp4enc_api.cpp933 pVol->scalType = 1;
2566 status = BitstreamPut1Bits(stream, currVol->scalType);/* hierarchy _type ... Spatial= 0 and Temporal = 1 */

Completed in 117 milliseconds