OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sectionNumber
(Results
1 - 4
of
4
) sorted by null
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
mpeg2data.h
56
STDMETHOD_(HRESULT,GetSectionData)(THIS_ WORD
sectionNumber
,DWORD *pdwRawPacketLength,PSECTION *ppSection) PURE;
70
#define ISectionList_GetSectionData(This,
sectionNumber
,pdwRawPacketLength,ppSection) (This)->lpVtbl->GetSectionData(This,
sectionNumber
,pdwRawPacketLength,ppSection)
/packages/apps/TV/src/com/android/tv/tuner/data/
PsipData.java
53
int
sectionNumber
= data[6] & 0xff;
55
return new PsipSection(tableId, tableIdExtension,
sectionNumber
, currentNextIndicator);
58
private PsipSection(int tableId, int tableIdExtension, int
sectionNumber
,
62
mSectionNumber =
sectionNumber
;
/packages/apps/TV/src/com/android/tv/tuner/ts/
TsParser.java
205
public void onVctParsed(List<VctItem> items, int
sectionNumber
, int lastSectionNumber) {
208
} else if (mVctSectionParsed[
sectionNumber
]) {
215
mVctSectionParsed[
sectionNumber
] = true;
SectionParser.java
330
void onVctParsed(List<VctItem> items, int
sectionNumber
, int lastSectionNumber);
533
int
sectionNumber
= (data[6] & 0xff);
535
if (
sectionNumber
> lastSectionNumber) {
538
Log.w(TAG, "Invalid VCT. Section Number " +
sectionNumber
+ " > Last Section Number "
612
mListener.onVctParsed(results,
sectionNumber
, lastSectionNumber);
[
all
...]
Completed in 85 milliseconds