Home
last modified time | relevance | path

Searched refs:Output (Results 1 – 25 of 73) sorted by relevance

123

/external/opencore/codecs_v2/omx/omx_h264/src/
Davc_dec.cpp116 AVCFrameIO Output; in FlushOutput_OMX() local
121 Output.YCbCr[0] = Output.YCbCr[1] = Output.YCbCr[2] = NULL; in FlushOutput_OMX()
122 Status = PVAVCDecGetOutput(&(AvcHandle), &Index, &Release, &Output); in FlushOutput_OMX()
132 if (Output.YCbCr[0]) in FlushOutput_OMX()
134 FrameSize = Output.pitch * Output.height; in FlushOutput_OMX()
138 *aOutputLength = (Output.pitch * Output.height * 3) >> 1; in FlushOutput_OMX()
140 oscl_memcpy(aOutBuffer, Output.YCbCr[0], FrameSize); in FlushOutput_OMX()
141 oscl_memcpy(aOutBuffer + FrameSize, Output.YCbCr[1], FrameSize >> 2); in FlushOutput_OMX()
142 oscl_memcpy(aOutBuffer + FrameSize + FrameSize / 4, Output.YCbCr[2], FrameSize >> 2); in FlushOutput_OMX()
/external/icu4c/test/testdata/
Dcasing.txt22 Headers { "Input", "Output", "Locale" }
30 Headers { "Input", "Output", "Locale" }
38 Headers { "Input", "Output", "Locale", "Type", "Options" }
57 Headers { "Input", "Output", "Options" }
/external/bzip2/
DREADME.XML.STUFF30 Output: manual.html
33 Output: manual.pdf
36 Output: manual.ps
/external/bison/tests/
Dsets.at135 # TC: Output
167 AT_CHECK([[sed -n 's/[ ]*$//;/^RTC: Firsts Output BEGIN/,/^RTC: Firsts Output END/p' stderr]], [],
168 [[RTC: Firsts Output BEGIN
182 RTC: Firsts Output END
Doutput.at19 AT_BANNER([[Output file names.]])
26 [AT_SETUP([Output files: $2 $3 $5])
/external/bison/data/
Dc.m4219 # Output the definition of this token as #define.
227 # Output the definition of the tokens (if there are) as #defines.
237 # Output the definition of this token as an enum.
244 # Output the definition of the tokens (if there are) as enums.
263 # Output the definition of the tokens (if there are) as enums and #defines.
314 # Output the arguments ANSI-C definition.
327 # Output the argument names.
337 # Output the K&R argument declarations.
391 # Output the arguments NAME1, NAME2...
Dc++.m437 # Output the definition of the tokens as enums.
/external/zlib/contrib/dotzlib/
Dreadme.txt28 Open DotZLib.sln in VS.Net and build from there. Output file (DotZLib.dll)
41 Output file (DotZLib.dll) will be found in either ./DotZLib/bin/release
/external/icu4c/samples/ugrep/
Dreadme.txt6 --help Output a brief help message
8 -V, --version Output the program version number
/external/ppp/pppd/plugins/radius/etc/
Ddictionary.merit14 ATTRIBUTE Acct-Output-Packets 48 integer
Ddictionary78 ATTRIBUTE Acct-Output-Octets 43 integer
83 ATTRIBUTE Acct-Output-Packets 48 integer
249 VALUE Octets-Direction Output 2
/external/elfutils/po/
Dinsert-header.sin14 # Output the file's contents by reading the next line. But don't lose the
/external/e2fsprogs/po/
Dinsert-header.sin14 # Output the file's contents by reading the next line. But don't lose the
/external/elfutils/libelf-po/
Dinsert-header.sin14 # Output the file's contents by reading the next line. But don't lose the
/external/openssl/crypto/rc4/
Drrc4.doc145 0 Output: 0x75 0xb7 0x87 0x80 0x99 0xe0 0xc5 0x96
150 0 Output: 0x74 0x94 0xc2 0xe7 0x10 0x4b 0x08 0x79
155 0 Output: 0xde 0x18 0x89 0x41 0xa3 0x37 0x5d 0x3a
160 0 Output: 0xd6 0xa1 0x41 0xa7 0xec 0x3c 0x38 0xdf 0xbd 0x61
216 0 Output: 0x75 0x95 0xc3 0xe6 0x11 0x4a 0x09 0x78 0x0c 0x4a 0xd4
/external/qemu/distrib/sdl-1.2.12/src/thread/amigaos/
DSDL_systhread.c115 thread->handle=(struct Task *)CreateNewProcTags(NP_Output,Output(), in SDL_SYS_CreateThread()
/external/webkit/WebKitTools/android/flex-2.5.4a/MISC/VMS/
Dmkskel.tpu3 ! edit/TPU/noDisplay/noSection/Command=mkskel.tpu flex.skl /Output=skel.c
Ddescrip.mms169 $(MUNG) y_tab.c "#module","#line" /Output=parse.c
183 $(TPU) /Command=$(VMSDIR)mkskel.tpu flex.skl /Output=skel.c
216 diff_/Output=_NL:/Maximum_Diff=1 scan.c scan.chk
/external/jpeg/
Dmaktjpeg.st13 ; * * * Output file * * *
Dmakcjpeg.st13 ; * * * Output file * * *
Dmakdjpeg.st13 ; * * * Output file * * *
/external/blktrace/btreplay/doc/
Dbtreplay.tex259 \caption{\label{fig:btrecord--help}\texttt{btrecord --help} Output}
271 \texttt{--output-directory}\\Set Output Directory}
324 \texttt{--output-base}\\Set Base Name for Output Files}
342 \texttt{--verbose}\\Select Verbose Output}
356 \caption{\label{fig:verb-out}Verbose Output Example}
401 \caption{\label{fig:btreplay--help}\texttt{btreplay --help} Output}
511 \texttt{--verbose}\\Select Verbose Output}
/external/zlib/as400/
Dzlib.inc86 D zs_next_out * Output buffer ptr
295 D out * value procptr Output function
296 D out_desc * value Output descriptor
/external/blktrace/
DREADME77 -o Output file. If not given, output is stdout.
87 -f Output format. Customize the output format. The format field
/external/icu4c/test/perf/perldriver/
DPerfFramework.pm12 use Output;

123