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_len
(Results
1 - 6
of
6
) sorted by relevance
/third_party/ffmpeg/libavcodec/
H
A
D
nvdec_h264.c
141
ctx->
bitstream_len
+ size + 3);
in nvdec_h264_decode_slice()
152
AV_WB24(ctx->bitstream + ctx->
bitstream_len
, 1);
in nvdec_h264_decode_slice()
153
memcpy(ctx->bitstream + ctx->
bitstream_len
+ 3, buffer, size);
in nvdec_h264_decode_slice()
154
ctx->slice_offsets[ctx->nb_slices] = ctx->
bitstream_len
;
in nvdec_h264_decode_slice()
155
ctx->
bitstream_len
+= size + 3;
in nvdec_h264_decode_slice()
H
A
D
nvdec_hevc.c
277
ctx->
bitstream_len
+ size + 3);
in nvdec_hevc_decode_slice()
288
AV_WB24(ctx->bitstream + ctx->
bitstream_len
, 1);
in nvdec_hevc_decode_slice()
289
memcpy(ctx->bitstream + ctx->
bitstream_len
+ 3, buffer, size);
in nvdec_hevc_decode_slice()
290
ctx->slice_offsets[ctx->nb_slices] = ctx->
bitstream_len
;
in nvdec_hevc_decode_slice()
291
ctx->
bitstream_len
+= size + 3;
in nvdec_hevc_decode_slice()
H
A
D
nvdec_av1.c
306
ctx->
bitstream_len
= size;
in nvdec_av1_decode_slice()
317
ctx->
bitstream_len
+ size);
in nvdec_av1_decode_slice()
323
memcpy(ctx->bitstream + ctx->
bitstream_len
, buffer, size);
in nvdec_av1_decode_slice()
326
ctx->slice_offsets[tile_num*2 ] = ctx->
bitstream_len
+ s->tile_group_info[tile_num].tile_offset;
in nvdec_av1_decode_slice()
329
ctx->
bitstream_len
+= size;
in nvdec_av1_decode_slice()
H
A
D
nvdec.c
269
ctx->
bitstream_len
= 0;
in ff_nvdec_decode_uninit()
567
ctx->
bitstream_len
= 0;
in ff_nvdec_start_frame()
647
pp->nBitstreamDataLen = ctx->
bitstream_len
;
in ff_nvdec_end_frame()
690
ctx->
bitstream_len
+= size;
in ff_nvdec_simple_decode_slice()
H
A
D
nvdec.h
60
int
bitstream_len
;
member
H
A
D
vdpau_av1.c
285
int
bitstream_len
= 0;
in vdpau_av1_decode_slice()
local
303
bitstream_len
+= buffers->bitstream_bytes;
in vdpau_av1_decode_slice()
308
info->tile_info[tile_num*2 ] =
bitstream_len
+ s->tile_group_info[tile_num].tile_offset;
in vdpau_av1_decode_slice()
Completed in 6 milliseconds