/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/zlib/src/contrib/minizip/ |
unzip.c | 140 bz_stream bstream; /* bzLib stream structure for bziped */ member in struct:__anon28530 [all...] |
zip.c | 134 bz_stream bstream; /* bzLib stream structure for bziped */ member in struct:__anon28532 [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);
|