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:attrInfo
(Results
1 - 2
of
2
) sorted by relevance
/test/xts/acts/multimedia/avsource/entry/src/main/cpp/
H
A
D
nativeavmuxerndk.cpp
60
OH_AVCodecBufferAttr
attrInfo
;
in OHAVMuxerSetRotation()
local
61
attrInfo
.pts = ONETWOVAL;
in OHAVMuxerSetRotation()
62
attrInfo
.size = ONEFIVEVAL;
in OHAVMuxerSetRotation()
63
attrInfo
.offset = ZEROVAL;
in OHAVMuxerSetRotation()
64
attrInfo
.flags |= AVCODEC_BUFFER_FLAGS_SYNC_FRAME;
in OHAVMuxerSetRotation()
73
OH_AVMuxer_WriteSample(muxer, trackId, sample,
attrInfo
);
in OHAVMuxerSetRotation()
94
OH_AVCodecBufferAttr
attrInfo
;
in OHAVMuxerStart()
local
95
attrInfo
.pts = ONETWOVAL;
in OHAVMuxerStart()
96
attrInfo
.size = ONEFIVEVAL;
in OHAVMuxerStart()
97
attrInfo
in OHAVMuxerStart()
131
OH_AVCodecBufferAttr
attrInfo
;
OHAVMuxerStop()
local
167
OH_AVCodecBufferAttr
attrInfo
;
OHAVMuxerWriteSample()
local
203
OH_AVCodecBufferAttr
attrInfo
;
OHAVMuxerWriteSampleBuffer()
local
243
OH_AVCodecBufferAttr
attrInfo
;
OHAVMuxerAddTrack()
local
313
OH_AVCodecBufferAttr
attrInfo
;
OHAVMuxerSetRotationAbnormal()
local
347
OH_AVCodecBufferAttr
attrInfo
;
OHAVMuxerStartAbnormal()
local
381
OH_AVCodecBufferAttr
attrInfo
;
OHAVMuxerStopAbnormal()
local
415
OH_AVCodecBufferAttr
attrInfo
;
OHAVMuxerWriteSampleAbnormal()
local
449
OH_AVCodecBufferAttr
attrInfo
;
OHAVMuxerAddTrackAbnormal()
local
[all...]
H
A
D
nativeavdemuxerndk.cpp
197
OH_AVCodecBufferAttr
attrInfo
;
in OHAVDemuxerReadSample()
local
198
attrInfo
.pts = ZEROVAL;
in OHAVDemuxerReadSample()
199
attrInfo
.size = ZEROVAL;
in OHAVDemuxerReadSample()
200
attrInfo
.offset = ZEROVAL;
in OHAVDemuxerReadSample()
201
attrInfo
.flags |= AVCODEC_BUFFER_FLAGS_SYNC_FRAME;
in OHAVDemuxerReadSample()
203
if (OH_AVDemuxer_ReadSample(demuxer, audioTrackIndex, buffer, &
attrInfo
) == AV_ERR_OK) {
in OHAVDemuxerReadSample()
Completed in 2 milliseconds