OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:chunkType
(Results
1 - 7
of
7
) sorted by null
/frameworks/base/media/libstagefright/mpeg2ts/
ESQueue.cpp
811
unsigned
chunkType
= data[offset + 3];
816
if (
chunkType
== 0xb0) {
828
CHECK_EQ(
chunkType
, 0xb5);
835
CHECK_LE(
chunkType
, 0x1f);
842
CHECK((
chunkType
& 0xf0) == 0x20);
854
if (
chunkType
== 0xb3 ||
chunkType
== 0xb6) {
886
if (
chunkType
== 0xb6) {
909
} else if (
chunkType
!= 0xb3) {
/frameworks/base/media/libstagefright/timedtext/
TextDescriptions.cpp
98
uint32_t
chunkType
= U32_AT(tmpData + 4);
106
switch(
chunkType
) {
291
uint32_t
chunkType
= U32_AT(data + 4);
302
switch(
chunkType
) {
/frameworks/base/media/libstagefright/
AVIExtractor.cpp
723
ssize_t trackIndex, Track::Kind kind, uint32_t
chunkType
) {
724
uint32_t chunkBase =
chunkType
& 0xffff;
752
uint8_t hi =
chunkType
>> 24;
753
uint8_t lo = (
chunkType
>> 16) & 0xff;
781
uint32_t
chunkType
= U32_AT(data);
783
uint8_t hi =
chunkType
>> 24;
784
uint8_t lo = (
chunkType
>> 16) & 0xff;
798
if (!IsCorrectChunkType(-1, track->mKind,
chunkType
)) {
1134
uint32_t
chunkType
= U32_AT(tmp);
1136
if (!IsCorrectChunkType(trackIndex, track.mKind,
chunkType
)) {
[
all
...]
MPEG4Extractor.cpp
567
PathAdder(Vector<uint32_t> *path, uint32_t
chunkType
)
569
mPath->push(
chunkType
);
[
all
...]
/external/sonivox/arm-wt-22k/lib_src/
eas_xmf.c
550
EAS_U32
chunkType
;
610
if ((result = EAS_HWGetDWord(hwInstData, pXMFData->fileHandle, &
chunkType
, EAS_TRUE)) != EAS_SUCCESS)
614
if (
chunkType
== XMF_RIFF_CHUNK)
621
if ((result = EAS_HWGetDWord(hwInstData, pXMFData->fileHandle, &
chunkType
, EAS_TRUE)) != EAS_SUCCESS)
623
if (
chunkType
== XMF_RIFF_DLS)
628
else if (
chunkType
== XMF_SMF_CHUNK)
jet.c
320
EAS_U32
chunkType
;
337
result = EAS_HWGetDWord(easHandle->hwInstData, easHandle->jetHandle->jetFileHandle, &
chunkType
, EAS_TRUE);
340
if (
chunkType
!= JET_HEADER_TAG)
362
result = EAS_HWGetDWord(easHandle->hwInstData, easHandle->jetHandle->jetFileHandle, &
chunkType
, EAS_TRUE);
371
switch (
chunkType
)
400
{ /* dpp: EAS_ReportEx(_EAS_SEVERITY_WARNING, "Ignoring unrecognized JET chunk type 0x%08x",
chunkType
); */ }
[
all
...]
/frameworks/base/media/libstagefright/include/
AVIExtractor.h
112
ssize_t trackIndex, Track::Kind kind, uint32_t
chunkType
);
Completed in 137 milliseconds