Searched defs:buff (Results 1 - 11 of 11) sorted by relevance

/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/arm11_asm/
H A Dh264bsd_interpolate_hor_half.s36 buff RN 1 label
119 ADD buff, sp, #0x28 ;// buff = p1[21*21/4+1]
H A Dh264bsd_interpolate_hor_quarter.s36 buff RN 1 label
121 ADD buff, sp, #0x28 ;// buff = p1[21*21/4+1]
H A Dh264bsd_interpolate_ver_half.s36 buff RN 1 label
120 ADD buff, sp, #0x28 ;// buff = p1[21*21/4+1]
H A Dh264bsd_interpolate_ver_quarter.s35 buff RN 1 label
119 ADD buff, sp, #0x28 ;// buff = p1[21*21/4+1]
H A Dh264bsd_interpolate_hor_ver_quarter.s37 buff RN 1 label
128 ADD buff, sp, #0x28 ;// buff = p1[21*21/4+1]
/frameworks/compile/slang/
H A Dslang_rs_reflect_utils.cpp132 static bool GenerateSegmentMethod(const char *buff, int blen, int bitwidth, argument
150 out << std::setw(4) << static_cast<int>(buff[written]) << ",";
184 char *buff = new char[SEG_SIZE]; local
188 while ((read_length = fread(buff, 1, SEG_SIZE, pfin)) > 0) {
189 GenerateSegmentMethod(buff, read_length, bitwidth, seg_num, out);
193 delete[] buff;
/frameworks/base/core/jni/android/graphics/
H A DBitmapRegionDecoder.cpp253 jbyteArray buff = allocator->getStorageObjAndReset(); local
257 return GraphicsJNI::createBitmap(env, bitmap, buff, bitmapCreateFlags, NULL, NULL, -1);
H A DBitmap.cpp337 jbyteArray buff = GraphicsJNI::allocateJavaPixelRef(env, &bitmap, NULL); local
338 if (NULL == buff) {
347 return GraphicsJNI::createBitmap(env, new SkBitmap(bitmap), buff,
/frameworks/av/media/libstagefright/
H A DMediaCodecList.cpp222 void *buff = ::XML_GetBuffer(parser, BUFF_SIZE); local
223 if (buff == NULL) {
229 int bytes_read = ::fread(buff, 1, BUFF_SIZE, file);
/frameworks/av/media/libmedia/
H A DMediaProfiles.cpp939 void *buff = ::XML_GetBuffer(parser, BUFF_SIZE); local
940 if (buff == NULL) {
947 int bytes_read = ::fread(buff, 1, BUFF_SIZE, fp);
/frameworks/base/libs/androidfw/
H A DResourceTypes.cpp6258 char buff[2]; local
6259 buff[1] = '\0';
6275 buff[0] = *input;
6276 ret += buff;

Completed in 4963 milliseconds