OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:chunkType
(Results
1 - 11
of
11
) sorted by null
/frameworks/av/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/av/media/libstagefright/
AVIExtractor.cpp
724
ssize_t trackIndex, Track::Kind kind, uint32_t
chunkType
) {
725
uint32_t chunkBase =
chunkType
& 0xffff;
753
uint8_t hi =
chunkType
>> 24;
754
uint8_t lo = (
chunkType
>> 16) & 0xff;
782
uint32_t
chunkType
= U32_AT(data);
784
uint8_t hi =
chunkType
>> 24;
785
uint8_t lo = (
chunkType
>> 16) & 0xff;
799
if (!IsCorrectChunkType(-1, track->mKind,
chunkType
)) {
1135
uint32_t
chunkType
= U32_AT(tmp);
1137
if (!IsCorrectChunkType(trackIndex, track.mKind,
chunkType
)) {
[
all
...]
MPEG4Extractor.cpp
701
PathAdder(Vector<uint32_t> *path, uint32_t
chunkType
)
703
mPath->push(
chunkType
);
[
all
...]
/external/sonivox/arm-wt-22k/lib_src/
eas_xmf.c
561
EAS_U32
chunkType
;
621
if ((result = EAS_HWGetDWord(hwInstData, pXMFData->fileHandle, &
chunkType
, EAS_TRUE)) != EAS_SUCCESS)
625
if (
chunkType
== XMF_RIFF_CHUNK)
632
if ((result = EAS_HWGetDWord(hwInstData, pXMFData->fileHandle, &
chunkType
, EAS_TRUE)) != EAS_SUCCESS)
634
if (
chunkType
== XMF_RIFF_DLS)
639
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/av/media/libstagefright/include/
AVIExtractor.h
112
ssize_t trackIndex, Track::Kind kind, uint32_t
chunkType
);
/frameworks/av/media/libstagefright/mpeg2ts/
ESQueue.cpp
905
unsigned
chunkType
= data[offset + 3];
910
if (
chunkType
== 0xb0) {
922
CHECK_EQ(
chunkType
, 0xb5);
929
CHECK_LE(
chunkType
, 0x1f);
936
CHECK((
chunkType
& 0xf0) == 0x20);
948
if (
chunkType
== 0xb3 ||
chunkType
== 0xb6) {
980
if (
chunkType
== 0xb6) {
1003
} else if (
chunkType
!= 0xb3) {
MPEG2PSExtractor.cpp
201
unsigned
chunkType
= mBuffer->data()[3];
205
switch (
chunkType
) {
/prebuilts/devtools/tools/lib/
ddmlib.jar
/prebuilts/gradle-plugin/com/android/tools/ddms/ddmlib/22.2.0/
ddmlib-22.2.0.jar
/prebuilts/misc/common/ddmlib/
ddmlib-prebuilt.jar
Completed in 3289 milliseconds