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:m_Config
(Results
1 - 3
of
3
) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/d3d12/
H
A
D
d3d12_video_enc_h264.cpp
50
pD3D12Enc->m_currentEncodeConfig.m_encoderRateControlDesc.
m_Config
.m_Configuration_VBR.TargetAvgBitRate =
in d3d12_video_encoder_update_current_rate_control_h264()
52
pD3D12Enc->m_currentEncodeConfig.m_encoderRateControlDesc.
m_Config
.m_Configuration_VBR.PeakBitRate =
in d3d12_video_encoder_update_current_rate_control_h264()
59
pD3D12Enc->m_currentEncodeConfig.m_encoderRateControlDesc.
m_Config
.m_Configuration_CBR.TargetBitRate =
in d3d12_video_encoder_update_current_rate_control_h264()
68
", forcing VBV Size = Target Bitrate = %" PRIu64 " (bits)\n", pD3D12Enc->m_currentEncodeConfig.m_encoderRateControlDesc.
m_Config
.m_Configuration_CBR.TargetBitRate);
in d3d12_video_encoder_update_current_rate_control_h264()
71
pD3D12Enc->m_currentEncodeConfig.m_encoderRateControlDesc.
m_Config
.m_Configuration_CBR.VBVCapacity =
in d3d12_video_encoder_update_current_rate_control_h264()
72
pD3D12Enc->m_currentEncodeConfig.m_encoderRateControlDesc.
m_Config
.m_Configuration_CBR.TargetBitRate;
in d3d12_video_encoder_update_current_rate_control_h264()
79
pD3D12Enc->m_currentEncodeConfig.m_encoderRateControlDesc.
m_Config
.m_Configuration_CQP
in d3d12_video_encoder_update_current_rate_control_h264()
81
pD3D12Enc->m_currentEncodeConfig.m_encoderRateControlDesc.
m_Config
.m_Configuration_CQP
in d3d12_video_encoder_update_current_rate_control_h264()
83
pD3D12Enc->m_currentEncodeConfig.m_encoderRateControlDesc.
m_Config
.m_Configuration_CQP
in d3d12_video_encoder_update_current_rate_control_h264()
91
pD3D12Enc->m_currentEncodeConfig.m_encoderRateControlDesc.
m_Config
in d3d12_video_encoder_update_current_rate_control_h264()
[all...]
H
A
D
d3d12_video_enc.cpp
486
&pD3D12Enc->m_currentEncodeConfig.m_encoderRateControlDesc.
m_Config
.m_Configuration_CQP;
488
sizeof(pD3D12Enc->m_currentEncodeConfig.m_encoderRateControlDesc.
m_Config
.m_Configuration_CQP);
493
&pD3D12Enc->m_currentEncodeConfig.m_encoderRateControlDesc.
m_Config
.m_Configuration_CBR;
495
sizeof(pD3D12Enc->m_currentEncodeConfig.m_encoderRateControlDesc.
m_Config
.m_Configuration_CBR);
500
&pD3D12Enc->m_currentEncodeConfig.m_encoderRateControlDesc.
m_Config
.m_Configuration_VBR;
502
sizeof(pD3D12Enc->m_currentEncodeConfig.m_encoderRateControlDesc.
m_Config
.m_Configuration_VBR);
507
&pD3D12Enc->m_currentEncodeConfig.m_encoderRateControlDesc.
m_Config
.m_Configuration_QVBR;
509
sizeof(pD3D12Enc->m_currentEncodeConfig.m_encoderRateControlDesc.
m_Config
.m_Configuration_QVBR);
649
pD3D12Enc->m_currentEncodeConfig.m_encoderRateControlDesc.
m_Config
.m_Configuration_CBR.VBVCapacity,
650
pD3D12Enc->m_currentEncodeConfig.m_encoderRateControlDesc.
m_Config
[all...]
H
A
D
d3d12_video_enc.h
212
}
m_Config
;
member
Completed in 3 milliseconds