Searched refs:bs (Results 1 - 11 of 11) sorted by relevance

/system/bt/embdrv/sbc/decoder/srce/
H A Dbitstream-decode.c41 PRIVATE void OI_BITSTREAM_ReadInit(OI_BITSTREAM* bs, const OI_BYTE* buffer) { argument
42 bs->value =
44 bs->ptr.r = buffer + 3;
45 bs->bitPtr = 8;
48 PRIVATE uint32_t OI_BITSTREAM_ReadUINT(OI_BITSTREAM* bs, OI_UINT bits) { argument
51 OI_BITSTREAM_READUINT(result, bits, bs->ptr.r, bs->value, bs->bitPtr);
56 PRIVATE uint8_t OI_BITSTREAM_ReadUINT4Aligned(OI_BITSTREAM* bs) { argument
59 OI_ASSERT(bs
75 OI_BITSTREAM_ReadUINT8Aligned(OI_BITSTREAM* bs) argument
[all...]
H A Ddecoder-private.c132 const OI_BYTE* b, OI_BITSTREAM* bs) {
154 OI_BITSTREAM_ReadInit(bs, b);
172 OI_BITSTREAM_ReadInit(bs, b);
173 *scale_factor++ = OI_BITSTREAM_ReadUINT4Aligned(bs);
131 OI_SBC_ReadScalefactors(OI_CODEC_SBC_COMMON_CONTEXT* common, const OI_BYTE* b, OI_BITSTREAM* bs) argument
H A Ddecoder-sbc.c101 OI_BITSTREAM bs; local
127 OI_SBC_ReadScalefactors(&context->common, bodyData, &bs);
134 OI_SBC_ReadSamplesJoint(context, &bs);
136 OI_SBC_ReadSamples(context, &bs);
/system/bt/embdrv/sbc/decoder/include/
H A Doi_bitstream.h43 INLINE void OI_BITSTREAM_ReadInit(OI_BITSTREAM* bs, const OI_BYTE* buffer);
45 INLINE void OI_BITSTREAM_WriteInit(OI_BITSTREAM* bs, OI_BYTE* buffer);
47 INLINE uint32_t OI_BITSTREAM_ReadUINT(OI_BITSTREAM* bs, OI_UINT bits);
49 INLINE uint8_t OI_BITSTREAM_ReadUINT4Aligned(OI_BITSTREAM* bs);
51 INLINE uint8_t OI_BITSTREAM_ReadUINT8Aligned(OI_BITSTREAM* bs);
53 INLINE void OI_BITSTREAM_WriteUINT(OI_BITSTREAM* bs, uint16_t value,
59 PRIVATE void OI_BITSTREAM_WriteUINT8Aligned(OI_BITSTREAM* bs, uint8_t datum);
65 PRIVATE void OI_BITSTREAM_Write2xUINT4Aligned(OI_BITSTREAM* bs, uint8_t datum1,
72 #define OI_BITSTREAM_GetWritePtr(bs) ((bs)
[all...]
H A Doi_codec_sbc_private.h209 const OI_BYTE* b, OI_BITSTREAM* bs);
/system/extras/verity/
H A Dverify_boot_signature.c129 * @param bs Pointer to receive the BootImage structure
131 static int read_signature(int fd, off64_t offset, BootSignature **bs) argument
135 if (!bs) {
148 if ((*bs = ASN1_item_d2i_bio(ASN1_ITEM_rptr(BootSignature), in, bs)) == NULL) {
162 * @param bs The boot signature block to validate
165 static int validate_signature_block(const BootSignature *bs, uint64_t length) argument
171 if (!bs) {
184 ASN1_INTEGER_to_BN(bs->formatVersion, &value);
199 ASN1_INTEGER_to_BN(bs
316 verify_signature(int fd, uint64_t length, const BootSignature *bs, const char *pkey) argument
396 BootSignature *bs = NULL; local
[all...]
/system/libhwbinder/
H A DBufferedTextOutput.cpp269 BufferState* bs = ts->states[mIndex].get(); local
270 if (bs != NULL && bs->seq == mSeq) return bs;
273 bs = ts->states[mIndex].get();
274 if (bs != NULL) return bs;
/system/update_engine/sample_images/
H A Dgenerate_images.sh48 dd if=/dev/zero bs=1024 count=16 status=none | tr '\0' '\141' |
50 sudo dd if=/dev/zero of="${mntdir}"/regular-32k-zeros bs=1024 count=16 \
62 sudo dd of="${mntdir}"/sparse-16k-last_block bs=1 \
69 sudo dd of="${mntdir}"/sparse-10000blocks bs=1 \
76 echo "a" | sudo dd of="${mntdir}"/sparse-16k-holes bs=1 seek=100 status=none
77 echo "b" | sudo dd of="${mntdir}"/sparse-16k-holes bs=1 seek=10000 status=none
81 sudo ln -s $(dd if=/dev/zero bs=256 count=1 status=none | tr '\0' '\141') \
/system/extras/tests/ext4/
H A Dandroid_emmc_perf_tests.sh116 adb shell dd if=/dev/zero of=$CACHE bs=1048576 count=512
144 adb shell dd if=/dev/zero of="$STATS_FILE" bs=1048576
153 adb shell dd if=/dev/zero of="$STATS_FILE" bs=1048576
214 adb shell dd if="$CACHE" of=/dev/null bs=1048576 count=200
224 adb shell dd if=/dev/zero conv=notrunc of="$CACHE" bs=1048576 count=200
/system/core/toolbox/
H A Dnewfs_msdos.c106 struct bs { struct
254 struct bs *bs; local
659 x1 = sizeof(struct bs);
702 bs = (struct bs *)img;
703 mk1(bs->jmp[0], 0xeb);
704 mk1(bs->jmp[1], x1 - 2);
705 mk1(bs->jmp[2], 0x90);
706 setstr(bs
[all...]
/system/core/libpixelflinger/codeflinger/
H A DGGLAssembler.cpp621 const int bs = mBlendSrc; local
623 return bs==GGL_SRC_ALPHA_SATURATE ||
624 bs==GGL_SRC_ALPHA || bs==GGL_ONE_MINUS_SRC_ALPHA ||

Completed in 500 milliseconds