Searched defs:buff (Results 1 - 9 of 9) 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.cpp133 static bool GenerateSegmentMethod(const char *buff, int blen, int bitwidth, argument
151 out << std::setw(4) << static_cast<int>(buff[written]) << ",";
185 char *buff = new char[SEG_SIZE]; local
189 while ((read_length = fread(buff, 1, SEG_SIZE, pfin)) > 0) {
190 GenerateSegmentMethod(buff, read_length, bitwidth, seg_num, out);
194 delete[] buff;
/frameworks/av/media/libstagefright/
H A DMediaCodecList.cpp342 void *buff = ::XML_GetBuffer(parser, BUFF_SIZE); local
343 if (buff == NULL) {
349 int bytes_read = ::fread(buff, 1, BUFF_SIZE, file);
/frameworks/av/media/libmedia/
H A DMediaProfiles.cpp866 void *buff = ::XML_GetBuffer(parser, BUFF_SIZE); local
867 if (buff == NULL) {
874 int bytes_read = ::fread(buff, 1, BUFF_SIZE, fp);
/frameworks/base/libs/androidfw/
H A DResourceTypes.cpp6586 char buff[2]; local
6587 buff[1] = '\0';
6603 buff[0] = *input;
6604 ret += buff;

Completed in 272 milliseconds