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:trackFormat_
(Results
1 - 8
of
8
) sorted by relevance
/foundation/multimedia/camera_framework/services/deferred_processing_service/src/media_manager/
H
A
D
track.cpp
23
trackFormat_
= format;
in SetFormat()
29
return
trackFormat_
;
in GetFormat()
34
if (
trackFormat_
.format != nullptr) {
in ~Track()
35
trackFormat_
.format = nullptr;
in ~Track()
/foundation/multimedia/av_codec/test/nativedemo/avdemuxer/capi_demo/
H
A
D
avsource_demo.cpp
104
this->
trackFormat_
= OH_AVSource_GetTrackFormat(this->avsource_, trackIndex);
in GetTrackFormat()
105
if (!this->
trackFormat_
) {
in GetTrackFormat()
109
return this->
trackFormat_
;
in GetTrackFormat()
H
A
D
avsource_demo.h
39
OH_AVFormat*
trackFormat_
= nullptr;
member in OHOS::MediaAVCodec::AVSourceDemo
/foundation/multimedia/camera_framework/services/deferred_processing_service/include/media_manager/
H
A
D
track.h
49
TrackFormat
trackFormat_
{nullptr};
/foundation/multimedia/player_framework/frameworks/native/soundpool/
H
A
D
cache_buffer.cpp
30
const size_t &cacheDataTotalSize, const int32_t &soundID, const int32_t &streamID) :
trackFormat_
(trackFormat),
in CacheBuffer()
69
trackFormat_
.GetIntValue(MediaAVCodec::MediaDescriptionKey::MD_KEY_SAMPLE_RATE, sampleRate);
in CreateAudioRenderer()
72
trackFormat_
.GetIntValue(MediaAVCodec::MediaDescriptionKey::MD_KEY_AUDIO_SAMPLE_FORMAT, sampleFormat);
in CreateAudioRenderer()
76
trackFormat_
.GetIntValue(MediaAVCodec::MediaDescriptionKey::MD_KEY_CHANNEL_COUNT, channelCount);
in CreateAudioRenderer()
H
A
D
sound_parser.h
118
return
trackFormat_
;
in GetSoundTrackFormat()
194
MediaAVCodec::Format
trackFormat_
;
member in OHOS::Media::SoundParser
H
A
D
cache_buffer.h
101
Format
trackFormat_
;
member in OHOS::Media::CacheBuffer
H
A
D
sound_parser.cpp
72
result = DoDemuxer(&
trackFormat_
);
in DoParser()
78
result = DoDecode(
trackFormat_
);
in DoParser()
Completed in 3 milliseconds