OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:bstream
(Results
1 - 6
of
6
) 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
...]
/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());
/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
...]
/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);
/external/libgdx/backends/gdx-backends-gwt/libs/
gwt-dev.jar
Completed in 200 milliseconds