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:media_event
(Results
1 - 2
of
2
) sorted by relevance
/third_party/ffmpeg/libavdevice/
H
A
D
dshow.c
248
if (ctx->
media_event
)
in dshow_read_close()
249
IMediaEvent_Release(ctx->
media_event
);
in dshow_read_close()
1681
IMediaEvent *
media_event
= NULL;
in dshow_read_header()
local
1794
r = IGraphBuilder_QueryInterface(graph, &IID_IMediaEvent, (void **) &
media_event
);
in dshow_read_header()
1799
ctx->
media_event
=
media_event
;
in dshow_read_header()
1801
r = IMediaEvent_GetEventHandle(
media_event
, (void *) &media_event_handle);
in dshow_read_header()
1842
static int dshow_check_event_queue(IMediaEvent *
media_event
)
in dshow_check_event_queue()
argument
1848
while (IMediaEvent_GetEvent(
media_event
, &code, &p1, &p2, 0) != E_ABORT) {
in dshow_check_event_queue()
1851
IMediaEvent_FreeEventParams(
media_event
, cod
in dshow_check_event_queue()
[all...]
H
A
D
dshow_capture.h
333
IMediaEvent *
media_event
;
member
Completed in 4 milliseconds