/external/chromium_org/third_party/zlib/contrib/minizip/ |
unzip.c | 140 bz_stream bstream; /* bzLib stream structure for bziped */ member in struct:__anon16432 [all...] |
zip.c | 134 bz_stream bstream; /* bzLib stream structure for bziped */ member in struct:__anon16434 [all...] |
/external/zlib/src/contrib/minizip/ |
unzip.c | 140 bz_stream bstream; /* bzLib stream structure for bziped */ member in struct:__anon30843 [all...] |
zip.c | 134 bz_stream bstream; /* bzLib stream structure for bziped */ member in struct:__anon30845 [all...] |
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/include/ |
mp4enc_api.h | 323 * for reconstructed frame and bstream for MPEG4 bitstream. The application is required to allocate memory for 332 * @param bstream is the pointer to MPEG4 bitstream buffer 338 ULong *nextModTime, UChar *bstream, Int *size, Int *nLayer); 375 * @param bstream is the pointer to MPEG4 bitstream buffer. 383 OSCL_IMPORT_REF Bool PVEncodeSlice(VideoEncControls *encCtrl, UChar *bstream, Int *size,
|
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/manifest/ |
ManifestInfoTest.java | 210 InputStream bstream = new ByteArrayInputStream( local 215 file.setContents(bstream, IFile.FORCE, new NullProgressMonitor()); 217 file.create(bstream, false /* force */, new NullProgressMonitor());
|
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/ |
vop.cpp | 309 PV_STATUS EncodeVopNotCoded(VideoEncData *video, UChar *bstream, Int *size, ULong modTime) 318 stream->bitstreamBuffer = bstream;
|
mp4enc_lib.h | 35 PV_STATUS EncodeVopNotCoded(VideoEncData *video, UChar *bstream, Int *size, ULong modTime);
|
mp4enc_api.cpp | [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/ |
AdtProjectTest.java | 256 InputStream bstream = new ByteArrayInputStream(xml.getBytes("UTF-8")); //$NON-NLS-1$ local 258 file.create(bstream, false /* force */, monitor);
|