HomeSort by relevance Sort by last modified time
    Searched refs:bstream (Results 1 - 10 of 10) sorted by null

  /external/chromium_org/third_party/zlib/contrib/minizip/
unzip.c 140 bz_stream bstream; /* bzLib stream structure for bziped */ member in struct:__anon95
    [all...]
zip.c 134 bz_stream bstream; /* bzLib stream structure for bziped */ member in struct:__anon97
    [all...]
  /external/zlib/src/contrib/minizip/
unzip.c 140 bz_stream bstream; /* bzLib stream structure for bziped */ member in struct:__anon17511
    [all...]
zip.c 134 bz_stream bstream; /* bzLib stream structure for bziped */ member in struct:__anon17513
    [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 214 InputStream bstream = new ByteArrayInputStream( local
219 file.setContents(bstream, IFile.FORCE, new NullProgressMonitor());
221 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);

Completed in 146 milliseconds