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

  /hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/parser/
viddec_pm_utils_bstream.c 144 static inline int32_t viddec_pm_utils_getbytes(viddec_pm_utils_bstream_buf_cxt_t *bstream,
159 cur_byte = bstream->buf[bstream->buf_index + *act_bytes];
189 if((bstream->buf_index + *act_bytes -1) >= bstream->buf_end)
228 static inline void viddec_pm_utils_update_skipoffsets(viddec_pm_utils_bstream_buf_cxt_t *bstream, uint32_t bits, uint32_t bytes)
232 bstream->buf_bitoff = 0;
233 bstream->buf_index +=bytes;
237 bstream->buf_bitoff = bits & 0x7;
238 bstream->buf_index +=(bytes - 1)
276 viddec_pm_utils_bstream_buf_cxt_t *bstream; local
353 viddec_pm_utils_bstream_buf_cxt_t *bstream; local
372 viddec_pm_utils_bstream_buf_cxt_t *bstream; local
415 viddec_pm_utils_bstream_buf_cxt_t *bstream; local
    [all...]
  /external/pdfium/core/src/fpdfapi/fpdf_edit/
fpdf_edit_image.cpp 244 FX_BOOL bStream = pFileWrite != NULL && pFileRead != NULL;
293 if (bStream) {
299 if (!bStream) {
305 if (!bStream) {
314 if (!bStream) {
333 if (bStream) {
341 if (bStream) {
349 if (!bStream) {
  /external/zlib/src/contrib/minizip/
zip.c 134 bz_stream bstream; /* bzLib stream structure for bziped */ member in struct:__anon21653
    [all...]
unzip.c 140 bz_stream bstream; /* bzLib stream structure for bziped */ member in struct:__anon21651
    [all...]
  /hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/parser/include/
viddec_pm_utils_bstream.h 39 the bstream buffer's first valid byte index wrt to accessunit in this variable */
  /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());
  /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);
  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
mp4enc_lib.h 35 PV_STATUS EncodeVopNotCoded(VideoEncData *video, UChar *bstream, Int *size, ULong modTime);
vop.cpp 309 PV_STATUS EncodeVopNotCoded(VideoEncData *video, UChar *bstream, Int *size, ULong modTime)
318 stream->bitstreamBuffer = bstream;
mp4enc_api.cpp     [all...]

Completed in 1054 milliseconds