/frameworks/base/media/libstagefright/codecs/m4v_h263/enc/src/ |
datapart_encode.cpp | 51 BitstreamEncVideo *bs1 = video->bitstream1; local 63 numHeaderBits = BitstreamGetPos(bs1); /* Number of bits in VOP Header */ 117 video->header_bits -= BitstreamGetPos(bs1); /* Header Bits */ 120 video->header_bits += BitstreamGetPos(bs1); /* Header Bits */ 121 numHeaderBits = BitstreamGetPos(bs1); 144 num_bits = BitstreamGetPos(bs1) + BitstreamGetPos(bs2) + 152 BitstreamPutGT16Bits(bs1, 19, DC_MARKER); /* Add dc_marker */ 154 BitstreamPutGT16Bits(bs1, 17, MOTION_MARKER_COMB); /*Add motion_marker*/ 155 BitstreamAppendEnc(bs1, bs2); /* Combine bs1 and bs2 * 230 BitstreamEncVideo *bs1 = video->bitstream1; local [all...] |
combined_encode.cpp | 53 BitstreamEncVideo *bs1 = video->bitstream1; local 66 numHeaderBits = BitstreamGetPos(bs1); 146 video->header_bits -= BitstreamGetPos(bs1); /* Header Bits */ 149 video->header_bits += BitstreamGetPos(bs1); /* Header Bits */ 150 numHeaderBits = BitstreamGetPos(bs1); 177 num_bits = BitstreamGetPos(bs1) - numHeaderBits; 180 video->header_bits += BitstreamMpeg4ByteAlignStuffing(bs1); /* Byte align Packet */ 182 status = BitstreamAppendPacket(currVol->stream, bs1); /* Put Packet to Buffer */ 185 BitstreamEncReset(bs1); 192 status = BitstreamAppendEnc(currVol->stream, bs1); /* Initialize to 0 * 284 BitstreamEncVideo *bs1 = video->bitstream1; local [all...] |
vlc_encode.cpp | 887 BitstreamEncVideo *bs1 = video->bitstream1; local 923 /* FIRST PART: ALL TO BS1 */ 925 PutMCBPC_Intra(CBP, Mode, bs1); /* MCBPC */ 929 BitstreamPutBits(bs1, 2, dquant); /* dquant*/ 940 /*temp =*/ IntraDC_dpcm(DC, 1, bs1); /* dct_dc_size_luminance, */ 942 /*temp =*/ IntraDC_dpcm(DC, 0, bs1); /* marker bit */ 975 BitstreamEncVideo *bs1 = video->bitstream1; local 1024 /* FIRST PART: ALL TO BS1 */ 1040 BitstreamPut1Bits(bs1, 1); /* not_coded = 1 */ 1044 BitstreamPut1Bits(bs1, 0); /* not_coded =0 * 1133 BitstreamEncVideo *bs1 = video->bitstream1; local 1249 BitstreamEncVideo *bs1 = video->bitstream1; local [all...] |
/external/qemu/ |
savevm.c | 1207 BlockDriverState *bs, *bs1; local 1282 bs1 = NULL; 1283 while ((bs1 = bdrv_next(bs1))) { 1284 if (bdrv_can_snapshot(bs1)) { 1310 BlockDriverState *bs, *bs1; local 1388 BlockDriverState *bs, *bs1; local 1416 BlockDriverState *bs, *bs1; local [all...] |
block.c | 529 BlockDriverState *bs1; local 541 bs1 = bdrv_new(""); 542 ret = bdrv_open(bs1, filename, 0, drv); 544 bdrv_delete(bs1); 547 total_size = bdrv_getlength(bs1) & BDRV_SECTOR_MASK; 549 if (bs1->drv && bs1->drv->protocol_name) 552 bdrv_delete(bs1); [all...] |
/external/qemu/tcg/hppa/ |
tcg-target.c | 486 int bs0, bs1; local 494 for (bs1 = bs0; bs1 < 32; bs1++) { 495 if ((m & (1u << bs1)) == 0) { 499 assert(bs1 == 32 || (1ul << bs1) > m); 503 | INSN_SHDEP_CP(31 - bs0) | INSN_DEP_LEN(bs1 - bs0)); [all...] |
/frameworks/media/libvideoeditor/vss/mcs/src/ |
M4MCS_API.c | 1291 ComBitStreamMCS_t *p_bs1, bs1; local [all...] |