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_OK
(Results
1 - 12
of
12
) sorted by relevance
/foundation/multimedia/camera_lite/services/impl/src/
H
A
D
camera_device.cpp
76
return
MEDIA_OK
;
in SetVencSource()
188
return
MEDIA_OK
;
in CameraCreateVideoEnc()
274
return (*codecHdl != nullptr) ?
MEDIA_OK
: MEDIA_ERR;
in CameraCreateJpegEnc()
292
return
MEDIA_OK
;
in CopyCodecOutput()
370
if (ret !=
MEDIA_OK
) {
in OnVencBufferAvailble()
405
if (result !=
MEDIA_OK
) {
in SetFrameConfigEnd()
421
if (result ==
MEDIA_OK
) {
in SetFrameConfigEnd()
441
int32_t ret =
MEDIA_OK
;
in SetFrameConfig()
451
if (ret !=
MEDIA_OK
) {
in SetFrameConfig()
468
if (ret !=
MEDIA_OK
) {
in SetFrameConfig()
[all...]
H
A
D
camera_service.cpp
113
if (ret !=
MEDIA_OK
) {
in GetCameraInfo()
152
if (ret ==
MEDIA_OK
) {
in GetCameraModeNum()
170
if (device->Initialize() !=
MEDIA_OK
) {
in CreateCamera()
/foundation/multimedia/camera_lite/frameworks/
H
A
D
camera_impl.cpp
64
if (ret !=
MEDIA_OK
) {
in Configure()
73
if (ret !=
MEDIA_OK
) {
in OnConfigured()
116
if (ret !=
MEDIA_OK
) {
in TriggerLoopingCapture()
121
return
MEDIA_OK
;
in TriggerLoopingCapture()
171
if (ret !=
MEDIA_OK
) {
in TriggerSingleCapture()
174
return
MEDIA_OK
;
in TriggerSingleCapture()
212
if (ret !=
MEDIA_OK
) {
in OnFrameFinished()
/foundation/multimedia/camera_lite/frameworks/binder/src/
H
A
D
camera_device_client.cpp
105
return
MEDIA_OK
;
in SetCameraConfig()
150
return
MEDIA_OK
;
in SerilizeFrameConfig()
166
if (SerilizeFrameConfig(io, fc, maxSurfaceNum) !=
MEDIA_OK
) {
in TriggerLoopingCapture()
194
if (SerilizeFrameConfig(io, fc, maxSurfaceNum) !=
MEDIA_OK
) {
in TriggerSingleCapture()
337
return
MEDIA_OK
;
in DeviceClientCallback()
H
A
D
camera_service_client.cpp
280
return
MEDIA_OK
;
in ServiceClientCallback()
/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/medialibrary_mtp_test/include/
H
A
D
media_log.h
28
#define
MEDIA_OK
0
macro
/foundation/multimedia/audio_lite/services/server/src/
H
A
D
audio_capturer_server.cpp
50
WriteInt32(reply,
MEDIA_OK
);
in AcceptServer()
71
WriteInt32(reply,
MEDIA_OK
);
in DropServer()
277
WriteInt32(reply,
MEDIA_OK
);
in GetFrameCount()
289
WriteInt32(reply,
MEDIA_OK
);
in GetStatus()
/foundation/multimedia/media_utils_lite/interfaces/kits/
H
A
D
media_log.h
47
#define
MEDIA_OK
0
macro
/foundation/multimedia/camera_lite/interfaces/kits/
H
A
D
camera_ability.h
103
return
MEDIA_OK
;
in SetParameterRange()
/foundation/multimedia/camera_framework/common/utils/
H
A
D
camera_log.h
49
#define
MEDIA_OK
0
macro
/foundation/arkui/ace_engine_lite/frameworks/src/core/components/
H
A
D
camera_component.cpp
444
return camera->TriggerSingleCapture(*frameConfig) ==
MEDIA_OK
;
in CaptureFrame()
/foundation/multimedia/media_lite/frameworks/recorder_lite/binder/
H
A
D
recorder_client.cpp
96
return
MEDIA_OK
;
in RecorderCallbackSvc()
Completed in 9 milliseconds