Searched refs:writeInt16 (Results 1 – 3 of 3) sorted by relevance
1114 writeInt16(0x100); // volume in writeMvhdBox()1115 writeInt16(0); // reserved in writeMvhdBox()1373 void MPEG4Writer::writeInt16(int16_t x) { in writeInt16() function in android::MPEG4Writer3266 mOwner->writeInt16(0); // reserved in writeVideoFourCCBox()3267 mOwner->writeInt16(1); // data ref index in writeVideoFourCCBox()3268 mOwner->writeInt16(0); // predefined in writeVideoFourCCBox()3269 mOwner->writeInt16(0); // reserved in writeVideoFourCCBox()3279 mOwner->writeInt16(width); in writeVideoFourCCBox()3280 mOwner->writeInt16(height); in writeVideoFourCCBox()3284 mOwner->writeInt16(1); // frame count in writeVideoFourCCBox()[all …]
55 void writeInt16(int16_t x);
52 public native final void writeInt16(short val); in writeInt16() method in HwParcel