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:h264enc
(Results
1 - 5
of
5
) sorted by relevance
/third_party/mesa3d/src/gallium/frontends/va/
H
A
D
picture_h264_enc.c
40
context->desc.
h264enc
.frame_num = 0;
in vlVaHandleVAEncPictureParameterBufferTypeH264()
41
context->desc.
h264enc
.not_referenced = !h264->pic_fields.bits.reference_pic_flag;
in vlVaHandleVAEncPictureParameterBufferTypeH264()
42
context->desc.
h264enc
.pic_order_cnt = h264->CurrPic.TopFieldOrderCnt;
in vlVaHandleVAEncPictureParameterBufferTypeH264()
43
if (context->desc.
h264enc
.gop_cnt == 0)
in vlVaHandleVAEncPictureParameterBufferTypeH264()
44
context->desc.
h264enc
.i_remain = context->gop_coeff;
in vlVaHandleVAEncPictureParameterBufferTypeH264()
45
else if (context->desc.
h264enc
.frame_num == 1)
in vlVaHandleVAEncPictureParameterBufferTypeH264()
46
context->desc.
h264enc
.i_remain--;
in vlVaHandleVAEncPictureParameterBufferTypeH264()
48
context->desc.
h264enc
.p_remain = context->desc.
h264enc
.gop_size - context->desc.
h264enc
in vlVaHandleVAEncPictureParameterBufferTypeH264()
[all...]
H
A
D
picture.c
793
context->desc.
h264enc
.frame_num_cnt++;
in vlVaEndPicture()
810
int idr_period = context->desc.
h264enc
.gop_size / context->gop_coeff;
in vlVaEndPicture()
811
int p_remain_in_idr = idr_period - context->desc.
h264enc
.frame_num;
in vlVaEndPicture()
812
surf->frame_num_cnt = context->desc.
h264enc
.frame_num_cnt;
in vlVaEndPicture()
820
if ((context->desc.
h264enc
.frame_num_cnt % 2) != 0) {
in vlVaEndPicture()
828
if (!context->desc.
h264enc
.not_referenced)
in vlVaEndPicture()
829
context->desc.
h264enc
.frame_num++;
in vlVaEndPicture()
H
A
D
context.c
335
context->desc.
h264enc
.rate_ctrl[0].rate_ctrl_method = config->rc;
in vlVaCreateContext()
336
context->desc.
h264enc
.frame_idx = util_hash_table_create_ptr_keys();
in vlVaCreateContext()
375
if (context->desc.
h264enc
.frame_idx)
in vlVaDestroyContext()
376
_mesa_hash_table_destroy(context->desc.
h264enc
.frame_idx, NULL);
in vlVaDestroyContext()
H
A
D
surface.c
128
if (context->desc.
h264enc
.frame_num_cnt >= surf->frame_num_cnt)
in vlVaSyncSurface()
129
frame_diff = context->desc.
h264enc
.frame_num_cnt - surf->frame_num_cnt;
in vlVaSyncSurface()
131
frame_diff = 0xFFFFFFFF - surf->frame_num_cnt + 1 + context->desc.
h264enc
.frame_num_cnt;
in vlVaSyncSurface()
134
(context->desc.
h264enc
.frame_num_cnt % 2 != 0)) {
in vlVaSyncSurface()
H
A
D
va_private.h
294
struct pipe_h264_enc_picture_desc
h264enc
;
member
Completed in 5 milliseconds