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:trd
(Results
1 - 7
of
7
) sorted by relevance
/third_party/pulseaudio/src/modules/bluetooth/
H
A
D
backend-native.c
304
struct transport_data *
trd
= t->userdata;
in sco_do_accept()
local
313
sock = accept(
trd
->sco_fd, (struct sockaddr *) &addr, &optlen);
in sco_do_accept()
463
struct transport_data *
trd
= t->userdata;
in sco_listen()
local
497
trd
->sco_fd = sock;
in sco_listen()
498
trd
->sco_io =
trd
->mainloop->io_new(
trd
->mainloop, sock, PA_IO_EVENT_INPUT,
in sco_listen()
868
struct transport_data *
trd
= t->userdata;
in transport_destroy()
local
870
if (
trd
->sco_io) {
in transport_destroy()
871
trd
in transport_destroy()
884
struct transport_data *
trd
= t->userdata;
set_sink_volume()
local
909
struct transport_data *
trd
= t->userdata;
set_source_volume()
local
943
struct transport_data *
trd
;
profile_new_connection()
local
[all...]
/third_party/ffmpeg/libavcodec/
H
A
D
vdpau_mpeg4.c
61
info->
trd
[0] = s->pp_time;
in vdpau_mpeg4_start_frame()
63
info->
trd
[1] = s->pp_field_time >> 1;
in vdpau_mpeg4_start_frame()
H
A
D
nvdec_mpeg4.c
82
.
trd
= { s->pp_time, s->pp_field_time >> 1 },
in nvdec_mpeg4_start_frame()
/third_party/mesa3d/src/gallium/drivers/nouveau/
H
A
D
nouveau_vp3_video_vp.c
64
uint32_t
trd
[2]; // 38, 3c
member
286
pic_vp->
trd
[0] = desc->
trd
[0];
in nouveau_vp3_fill_picparm_mpeg4_vp()
287
pic_vp->
trd
[1] = desc->
trd
[1];
in nouveau_vp3_fill_picparm_mpeg4_vp()
/third_party/mesa3d/src/gallium/frontends/va/
H
A
D
picture_mpeg4.c
79
context->desc.mpeg4.
trd
[0] = mpeg4->TRD;
in vlVaHandlePictureParameterBufferMPEG4()
80
context->desc.mpeg4.
trd
[1] = mpeg4->TRD;
in vlVaHandlePictureParameterBufferMPEG4()
/third_party/mesa3d/src/gallium/frontends/vdpau/
H
A
D
decode.c
279
picture->
trd
[i] = picture_info->
trd
[i];
in vlVdpDecoderRenderMpeg4()
/third_party/mesa3d/src/gallium/include/pipe/
H
A
D
p_video_state.h
222
int32_t
trd
[2];
member
Completed in 9 milliseconds