HomeSort by relevance Sort by last modified time
    Searched refs:Vol (Results 1 - 25 of 27) sorted by null

1 2

  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/EbcDxe/EbcDebugger/
EdbSupportFile.c 20 @param Vol - File System Volume
32 IN EFI_SIMPLE_FILE_SYSTEM_PROTOCOL *Vol,
49 Status = Vol->OpenVolume (Vol, &RootDir);
131 If ScanFs is FLASE, it will use DebuggerPrivate->Vol as default Fs.
158 EFI_SIMPLE_FILE_SYSTEM_PROTOCOL *Vol;
176 if (DebuggerPrivate->Vol == NULL) {
180 // Read file directly from Vol
182 return ReadFileFromVol (DebuggerPrivate->Vol, FileName, BufferSize, Buffer);
190 // Get all Vol handle
    [all...]
EdbCommon.h 227 EFI_SIMPLE_FILE_SYSTEM_PROTOCOL *Vol;
  /device/linaro/bootloader/edk2/MdeModulePkg/Application/CapsuleApp/
AppSupport.c 216 EFI_SIMPLE_FILE_SYSTEM_PROTOCOL *Vol;
228 (VOID **)&Vol
231 return Vol;
240 @param[in] Vol File System Volume
250 IN EFI_SIMPLE_FILE_SYSTEM_PROTOCOL *Vol,
267 Status = Vol->OpenVolume (Vol, &RootDir);
348 If ScanFs is FLASE, it will use this Vol as default Fs.
373 EFI_SIMPLE_FILE_SYSTEM_PROTOCOL *Vol;
398 // Read file directly from Vol
    [all...]
  /device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellLevel2CommandsLib/
UefiShellLevel2CommandsLib.inf 47 Vol.c
  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
vop.cpp 25 PV_STATUS EncodeVOPHeader(BitstreamEncVideo *stream, Vol *currVol, Vop *currVop);
44 Vol *currVol = video->vol[currLayer];
127 Vol *currVol = video->vol[video->currLayer];
196 Vol *currVol = video->vol[currLayer];
312 Vol *currVol = video->vol[0];
353 PV_STATUS EncodeVOPHeader(BitstreamEncVideo *stream, Vol *currVol, Vop *currVop
    [all...]
mp4enc_api.cpp 201 Vol *pVol;
2622 Vol **vol = video->vol; local
2862 Vol **vol = video->vol; local
    [all...]
mp4lib_int.h 50 /* Syntax elements copied from VOL (standard) */
77 Int volID; /* VOL identifier (for tracking) */
80 Int timeIncrementResolution; /* VOL time increment */
89 /* VOL Dimensions */
94 Int ResyncMarkerDisable; /* VOL Disable Resynch Markers */
95 Int useReverseVLC; /* VOL reversible VLCs */
96 Int dataPartitioning; /* VOL data partitioning */
110 Int scalability; /* VOL scalability (flag) */
113 Int refVolID; /* VOL id of reference VOL */
324 Vol **vol; \/* Data stored for each VOL *\/ member in struct:tagVideoEncData
    [all...]
datapart_encode.cpp 39 Vol *currVol = video->vol[video->currLayer];
214 Vol *currVol = video->vol[video->currLayer];
rate_control.cpp 186 Vol *currVol = video->vol[currLayer];
294 Vol *currVol = video->vol[currLayer];
534 Vol *currVol = video->vol[video->currLayer];
705 Vol *currVol = video->vol[video->currLayer];
    [all...]
motion_est.cpp 78 Int fullsearch(VideoEncData *video, Vol *currVol, UChar *ref, UChar *cur,
80 Int fullsearchBlk(VideoEncData *video, Vol *currVol, UChar *cent, UChar *cur,
139 Vol *currVol = video->vol[video->currLayer];
773 Vol *currVol = video->vol[video->currLayer];
    [all...]
combined_encode.cpp 40 Vol *currVol = video->vol[video->currLayer];
265 Vol *currVol = video->vol[video->currLayer];
684 BitstreamEncVideo *stream = (bs1stream ? video->bitstream1 : video->vol[video->currLayer]->stream);
fastcodemb.cpp 57 UChar shortHeader = video->vol[video->currLayer]->shortVideoHeader;
287 Vol *currVol = video->vol[video->currLayer];
vlc_encode.cpp     [all...]
  /frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
mp4lib_int.h 84 int volID; /* VOL identifier (for tracking) */
85 uint timeIncrementResolution;/* VOL time increment */
92 int complexity_estDisable; /* VOL disable complexity estimation */
93 int complexity_estMethod; /* VOL complexity estimation method */
97 int errorResDisable; /* VOL disable error resilence mode */
99 int useReverseVLC; /* VOL reversible VLCs */
100 int dataPartitioning; /* VOL data partitioning */
116 int scalability; /* VOL scalability (flag) */
119 int refVolID; /* VOL id of reference VOL */
203 Vol **vol; \/* Data stored for each VOL *\/ member in struct:tagVideoDecData
    [all...]
pvdec_api.cpp 60 extern Vol IMEM_VOL[2];
62 extern Vol IMEM_vol[2][1];
106 video->vol = (Vol **) IMEM_VOL;
108 if ((size_t)nLayers > SIZE_MAX / sizeof(Vol *)) {
114 video->vol = (Vol **) oscl_malloc(nLayers * sizeof(Vol *));
116 if (video->vol == NULL) status = PV_FALSE;
117 video->memoryUsage += nLayers * sizeof(Vol *);
    [all...]
packet_util.cpp 31 Vol *currVol = video->vol[video->currLayer];
vop.cpp 76 * -- DecodeVolHeader -- Decode the header of a VOL
85 Vol *currVol;
98 currVol = video->vol[layer];
243 * Read the VOL header entries from the bitstream
395 /* we should put it in Vol structure. 04/12/2000. */
647 if (currVol->refVolID != video->vol[0]->volID) return PV_FAIL;
811 Vol *currVol = video->vol[video->currLayer];
    [all...]
mp4dec_lib.h 278 uint32 CalcVopDisplayTime(Vol *currVol, Vop *currVop, int shortVideoHeader);
vlc_dequant.cpp 54 Vol *currVol = video->vol[video->currLayer];
388 Vol *currVol = video->vol[video->currLayer];
    [all...]
  /external/eigen/lapack/
dladiv.f 40 *> in D. Knuth, The art of Computer Programming, Vol.2, p.195
sladiv.f 40 *> in D. Knuth, The art of Computer Programming, Vol.2, p.195
  /external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
SelectionDAG.h 632 unsigned Align = 0, bool Vol = false,
638 unsigned Align = 0, bool Vol = false,
    [all...]
  /external/llvm/include/llvm/CodeGen/
SelectionDAG.h     [all...]
  /external/antlr/runtime/Delphi/Sources/Antlr3.Runtime/
Antlr.Runtime.Tools.pas 780 // Knuth covers it well enough in Vol III. 6.4.; but beware, Algorithm R
  /external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
SelectionDAG.cpp     [all...]

Completed in 678 milliseconds

1 2