Searched defs:buff (Results 1 - 13 of 13) sorted by last modified time

/frameworks/compile/slang/
H A Dslang_rs_reflect_utils.cpp130 const char *buff, int blen, int seg_num, FILE *pfout) {
143 " %4d,", static_cast<int>(buff[write_length]));
179 char *buff = new char[SEG_SIZE]; local
183 while ((read_length = fread(buff, 1, SEG_SIZE, pfin)) > 0) {
184 GenerateSegmentMethod(buff, read_length, seg_num, pfout);
188 delete []buff;
129 GenerateSegmentMethod( const char *buff, int blen, int seg_num, FILE *pfout) argument
/frameworks/base/libs/androidfw/
H A DResourceTypes.cpp5366 char buff[2]; local
5367 buff[1] = '\0';
5383 buff[0] = *input;
5384 ret += buff;
/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_hor_ver_quarter.s37 buff RN 1 label
128 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]
/frameworks/base/core/java/android/view/
H A DGLES20Canvas.java784 private static native void nDrawBitmap(int renderer, int bitmap, byte[] buff, argument
/frameworks/base/core/jni/android/graphics/
H A DBitmap.cpp229 jbyteArray buff = GraphicsJNI::allocateJavaPixelRef(env, &bitmap, NULL); local
230 if (NULL == buff) {
239 return GraphicsJNI::createBitmap(env, new SkBitmap(bitmap), buff, isMutable, NULL, NULL);
H A DBitmapRegionDecoder.cpp259 jbyteArray buff = allocator->getStorageObjAndReset(); local
260 return GraphicsJNI::createBitmap(env, bitmap, buff, false, NULL, NULL, -1);
/frameworks/av/libvideoeditor/vss/mcs/src/
H A DM4MCS_API.c1762 M4OSA_UInt8 *buff; local
1809 buff = inbuff + frame_size + 4;
1813 if( ( buff[0] == 0x00) && (buff[1] == 0x00) && (buff[2] == 0x00)
1814 && (buff[3] == 0x01) )
1818 buff = buff + 1;
1828 // M4OSA_TRACE1_3("H264MCS_ProcessNALU frame input buff size = %d current position
2003 M4OSA_UInt8 *buff; local
[all...]
/frameworks/av/media/libmedia/
H A DMediaProfiles.cpp916 void *buff = ::XML_GetBuffer(parser, BUFF_SIZE); local
917 if (buff == NULL) {
924 int bytes_read = ::fread(buff, 1, BUFF_SIZE, fp);
/frameworks/av/media/libstagefright/
H A DMediaCodecList.cpp113 void *buff = ::XML_GetBuffer(parser, BUFF_SIZE); local
114 if (buff == NULL) {
120 int bytes_read = ::fread(buff, 1, BUFF_SIZE, file);

Completed in 78 milliseconds