OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:id_bytes
(Results
1 - 3
of
3
) sorted by null
/frameworks/av/drm/mediacas/plugins/clearkey/
ecm.cpp
103
const uint8_t *
id_bytes
= id_buffer->data();
local
104
uint16_t id = (
id_bytes
[0] << 8) |
id_bytes
[1];
/external/flac/libFLAC/
metadata_iterators.c
602
const unsigned
id_bytes
= FLAC__STREAM_METADATA_APPLICATION_ID_LEN / 8;
local
613
if(fread(id, 1,
id_bytes
, iterator->file) !=
id_bytes
) {
619
if(0 != fseeko(iterator->file, -((int)
id_bytes
), SEEK_CUR)) {
2215
const unsigned
id_bytes
= FLAC__STREAM_METADATA_APPLICATION_ID_LEN \/ 8;
local
2692
const unsigned
id_bytes
= FLAC__STREAM_METADATA_APPLICATION_ID_LEN \/ 8;
local
[
all
...]
/external/squashfs-tools/squashfs-tools/
mksquashfs.c
699
unsigned int
id_bytes
= SQUASHFS_ID_BYTES(id_count);
local
703
TRACE("write_id_table: ids %d,
id_bytes
%d\n", id_count,
id_bytes
);
709
return generic_write_table(
id_bytes
, p, 0, NULL, noI);
[
all
...]
Completed in 688 milliseconds