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:bitstream_mode
(Results
1 - 11
of
11
) sorted by relevance
/third_party/ffmpeg/libavcodec/
H
A
D
ac3_parser.c
97
hdr->
bitstream_mode
= get_bits(gbc, 3);
in ff_ac3_parse_header()
227
hdr_info->service_type = hdr.
bitstream_mode
;
in ac3_sync()
228
if (hdr.
bitstream_mode
== 0x7 && hdr.channels > 1)
in ac3_sync()
H
A
D
ac3enc.h
97
int
bitstream_mode
;
member
178
int
bitstream_mode
; ///< bitstream mode (bsmod)
member
H
A
D
ac3_parser_internal.h
42
uint8_t
bitstream_mode
;
member
H
A
D
ac3dec.h
87
int
bitstream_mode
; ///< bitstream mode (bsmod)
member
H
A
D
eac3enc.c
174
put_bits(&s->pb, 3, s->
bitstream_mode
);
in ff_eac3_output_frame_header()
H
A
D
ac3dec.c
333
s->
bitstream_mode
= hdr.
bitstream_mode
;
in parse_frame_header()
1644
avctx->audio_service_type = s->
bitstream_mode
;
in ac3_decode_frame()
1645
if (s->
bitstream_mode
== 0x7 && s->channels > 1)
in ac3_decode_frame()
H
A
D
ac3enc.c
1460
put_bits(&s->pb, 3, s->
bitstream_mode
);
in ac3_output_frame_header()
2581
s->
bitstream_mode
= avctx->audio_service_type;
in ff_ac3_encode_init()
2582
if (s->
bitstream_mode
== AV_AUDIO_SERVICE_TYPE_KARAOKE)
in ff_ac3_encode_init()
2583
s->
bitstream_mode
= 0x7;
in ff_ac3_encode_init()
H
A
D
eac3dec.c
430
s->
bitstream_mode
= get_bits(gbc, 3);
in ff_eac3_parse_header()
/third_party/ffmpeg/libavformat/
H
A
D
spdifenc.c
113
int
bitstream_mode
= pkt->data[5] & 0x7;
in spdif_header_ac3()
local
115
ctx->data_type = IEC61937_AC3 | (
bitstream_mode
<< 8);
in spdif_header_ac3()
H
A
D
mpegtsenc.c
2085
service_type_flag = hdr->
bitstream_mode
;
in mpegts_write_packet_internal()
H
A
D
movenc.c
498
info->substream[hdr->substreamid].bsmod = hdr->
bitstream_mode
;
in handle_eac3()
Completed in 32 milliseconds