OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SectionStream
(Results
1 - 6
of
6
) sorted by null
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Framework/Protocol/SectionExtraction/
SectionExtraction.h
48
IN VOID *
SectionStream
,
/device/linaro/bootloader/edk2/IntelFrameworkPkg/Include/Protocol/
SectionExtraction.h
43
@param
SectionStream
A buffer containing the new section stream.
47
@retval EFI_SUCCESS The
SectionStream
was successfully processed, and
60
IN VOID *
SectionStream
,
91
@retval EFI_SUCCESS The
SectionStream
was successfully processed and
97
@retval EFI_NOT_FOUND An error was encountered when parsing the
SectionStream
,
98
which indicates that the
SectionStream
is not
126
@retval EFI_SUCCESS The
SectionStream
was successfully processed and
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Universal/SectionExtractionDxe/
SectionExtraction.c
117
@param
SectionStream
Buffer containing the new section stream.
132
IN VOID *
SectionStream
,
167
@retval EFI_NOT_FOUND An error was encountered when parsing the
SectionStream
.
168
This indicates the
SectionStream
is not correctly
265
@param
SectionStream
The section stream to be checked
273
IN VOID *
SectionStream
,
283
SectionHeader = (EFI_COMMON_SECTION_HEADER *)
SectionStream
;
318
@param
SectionStream
Buffer containing the new section stream.
332
IN VOID *
SectionStream
,
363
CopyMem (NewStream->StreamBuffer,
SectionStream
, SectionStreamLength);
[
all
...]
/device/linaro/bootloader/edk2/MdeModulePkg/Core/Dxe/SectionExtraction/
CoreSectionExtraction.c
255
@param
SectionStream
The section stream to be checked
263
IN VOID *
SectionStream
,
273
SectionHeader = (EFI_COMMON_SECTION_HEADER *)
SectionStream
;
309
@param
SectionStream
Buffer containing the new section stream.
341
IN VOID *
SectionStream
,
372
CopyMem (NewStream->StreamBuffer,
SectionStream
, SectionStreamLength);
385
NewStream->StreamBuffer =
SectionStream
;
415
@param
SectionStream
Buffer containing the new section stream.
429
IN VOID *
SectionStream
,
436
if (!IsValidSectionStream (
SectionStream
, SectionStreamLength)) {
[
all
...]
/packages/apps/TV/src/com/android/tv/tuner/ts/
TsParser.java
107
private class
SectionStream
extends Stream {
111
public
SectionStream
(int pid) {
385
mStreamMap.put(pid, new
SectionStream
(pid));
/device/linaro/bootloader/edk2/MdeModulePkg/Core/Dxe/
DxeMain.h
[
all
...]
Completed in 1746 milliseconds