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:videotoolbox
(Results
1 - 3
of
3
) sorted by relevance
/third_party/ffmpeg/libavcodec/
H
A
D
videotoolbox.c
25
#include "
videotoolbox
.h"
480
AVVideotoolboxContext *
videotoolbox
= videotoolbox_get_context(avctx);
in videotoolbox_stop()
local
481
if (!
videotoolbox
)
in videotoolbox_stop()
484
if (
videotoolbox
->cm_fmt_desc) {
in videotoolbox_stop()
485
CFRelease(
videotoolbox
->cm_fmt_desc);
in videotoolbox_stop()
486
videotoolbox
->cm_fmt_desc = NULL;
in videotoolbox_stop()
489
if (
videotoolbox
->session) {
in videotoolbox_stop()
490
VTDecompressionSessionInvalidate(
videotoolbox
->session);
in videotoolbox_stop()
491
CFRelease(
videotoolbox
->session);
in videotoolbox_stop()
492
videotoolbox
in videotoolbox_stop()
713
AVVideotoolboxContext *
videotoolbox
=
videotoolbox
_get_context(avctx);
videotoolbox_session_decode_frame()
local
862
AVVideotoolboxContext *
videotoolbox
=
videotoolbox
_get_context(avctx);
videotoolbox_start()
local
1006
AVVideotoolboxContext *
videotoolbox
=
videotoolbox
_get_context(avctx);
ff_videotoolbox_common_end_frame()
local
[all...]
H
A
D
Makefile
26
videotoolbox
.h \
954
OBJS-$(CONFIG_VIDEOTOOLBOX) +=
videotoolbox
.o
963
OBJS-$(CONFIG_H263_VIDEOTOOLBOX_HWACCEL) +=
videotoolbox
.o
970
OBJS-$(CONFIG_H264_VIDEOTOOLBOX_HWACCEL) +=
videotoolbox
.o
981
OBJS-$(CONFIG_MPEG1_VIDEOTOOLBOX_HWACCEL) +=
videotoolbox
.o
988
OBJS-$(CONFIG_MPEG2_VIDEOTOOLBOX_HWACCEL) +=
videotoolbox
.o
992
OBJS-$(CONFIG_MPEG4_VIDEOTOOLBOX_HWACCEL) +=
videotoolbox
.o
1253
SKIPHEADERS-$(CONFIG_VIDEOTOOLBOX) +=
videotoolbox
.h vt_internal.h
/third_party/ffmpeg/
H
A
D
configure
354
--disable-
videotoolbox
disable VideoToolbox code [autodetect]
1904
videotoolbox
3015
videotoolbox_hwaccel_deps="
videotoolbox
pthreads"
3033
h263_videotoolbox_hwaccel_deps="
videotoolbox
"
3047
h264_videotoolbox_hwaccel_deps="
videotoolbox
"
3061
hevc_videotoolbox_hwaccel_deps="
videotoolbox
"
3071
mpeg1_videotoolbox_hwaccel_deps="
videotoolbox
"
3085
mpeg2_videotoolbox_hwaccel_deps="
videotoolbox
"
3093
mpeg4_videotoolbox_hwaccel_deps="
videotoolbox
"
3095
prores_videotoolbox_hwaccel_deps="
videotoolbox
"
[all...]
Completed in 15 milliseconds