Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:partialFrame
(Results
1 - 2
of
2
) sorted by relevance
/third_party/libsnd/src/ALAC/
H
A
D
alac_encoder.c
239
uint8_t
partialFrame
;
in EncodeStereo()
local
269
partialFrame
= (numSamples == p->mFrameSize) ? 0 : 1 ;
in EncodeStereo()
393
minBits = minBits1 + minBits2 + (8 /* mixRes/maxRes/etc. */ * 8) + ((
partialFrame
== true) ? 32 : 0) ;
in EncodeStereo()
397
escapeBits = (numSamples * p->mBitDepth * 2) + ((
partialFrame
== true) ? 32 : 0) + (2 * 8) ; /* 2 common header bytes */
in EncodeStereo()
405
BitBufferWrite (bitstream, (
partialFrame
<< 3) | (bytesShifted << 1), 4) ;
in EncodeStereo()
406
if (
partialFrame
)
in EncodeStereo()
519
uint8_t
partialFrame
;
in EncodeStereoFast()
local
548
partialFrame
= (numSamples == p->mFrameSize) ? 0 : 1 ;
in EncodeStereoFast()
584
BitBufferWrite (bitstream, (
partialFrame
<< 3) | (bytesShifted << 1), 4) ;
in EncodeStereoFast()
585
if (
partialFrame
)
in EncodeStereoFast()
688
uint8_t
partialFrame
;
EncodeStereoEscape()
local
759
uint8_t
partialFrame
;
EncodeMono()
local
[all...]
H
A
D
alac_decoder.c
161
uint8_t
partialFrame
;
in alac_decode()
local
203
partialFrame
= headerByte >> 3 ;
in alac_decode()
215
if (
partialFrame
!= 0)
in alac_decode()
356
partialFrame
= headerByte >> 3 ;
in alac_decode()
368
if (
partialFrame
!= 0)
in alac_decode()
Completed in 4 milliseconds