HomeSort by relevance Sort by last modified time
    Searched refs:bs1 (Results 1 - 5 of 5) sorted by null

  /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 1167 BlockDriverState *bs, *bs1; local
1243 bs1 = drives_table[i].bdrv;
1244 if (bdrv_has_snapshot(bs1)) {
1246 ret = bdrv_snapshot_delete(bs1, old_sn->id_str);
1250 bdrv_get_device_name(bs1));
1254 sn->vm_state_size = (bs == bs1 ? vm_state_size : 0);
1255 ret = bdrv_snapshot_create(bs1, sn);
1258 bdrv_get_device_name(bs1));
1270 BlockDriverState *bs, *bs1; local
1290 bs1 = drives_table[i].bdrv
1348 BlockDriverState *bs, *bs1; local
1376 BlockDriverState *bs, *bs1; local
    [all...]
block.c 344 BlockDriverState *bs1; local
354 bs1 = bdrv_new("");
355 ret = bdrv_open2(bs1, filename, 0, drv);
357 bdrv_delete(bs1);
360 total_size = bdrv_getlength(bs1) >> SECTOR_BITS;
362 if (bs1->drv && bs1->drv->protocol_name)
365 bdrv_delete(bs1);
    [all...]

Completed in 62 milliseconds