Searched refs:Dict (Results 1 – 9 of 9) sorted by relevance
/frameworks/av/media/codec2/sfplugin/ |
D | ReflectedParamUpdater.h | 67 struct Dict : public std::map<std::string, Value> { struct 68 Dict() = default; 155 const Dict ¶ms, 175 const Dict ¶ms, 184 Dict getParams( 187 Dict getParams( 206 const Dict ¶ms,
|
D | ReflectedParamUpdater.cpp | 37 std::string ReflectedParamUpdater::Dict::debugString(size_t indent_) const { in debugString() 249 const Dict ¶ms, in getParamIndicesFromMessage() 290 const Dict ¶ms, in updateParamsFromMessage() 362 const Dict ¶ms, in parseMessageAndDoWork() 474 ReflectedParamUpdater::Dict 483 ReflectedParamUpdater::Dict 485 Dict ret; in getParams()
|
D | CCodecConfig.h | 330 const ReflectedParamUpdater::Dict &reflected, Domain domain) const; 338 ReflectedParamUpdater::Dict getReflectedFormat(
|
D | CCodecConfig.cpp | 1034 ReflectedParamUpdater::Dict reflected = mParamUpdater->getParams(paramPointers); in updateFormats() 1083 const ReflectedParamUpdater::Dict &reflected, Domain portDomain) const { in getSdkFormatForDomain() 1331 ReflectedParamUpdater::Dict CCodecConfig::getReflectedFormat( in getReflectedFormat() 1469 ReflectedParamUpdater::Dict filtered; in getReflectedFormat() 1525 ReflectedParamUpdater::Dict params = getReflectedFormat(sdkParams, configDomain); in getConfigUpdateFromSdkParams()
|
/frameworks/av/media/extractors/fuzzers/ |
D | README.md | 32 Dict file (dictionary file) is created for MP4 to ensure that the required MP4 96 Dict file (dictionary file) is created for AMR to ensure that the required start 130 Dict file (dictionary file) is created for MKV to ensure that the required element 164 Dict file (dictionary file) is created for OGG to ensure that the required start 199 Dict files (dictionary files) are created for MPEG2-PS and MPEG2-TS to ensure that the 297 Dict file (dictionary file) is created for FLAC to ensure that the required start
|
/frameworks/av/media/codec2/sfplugin/tests/ |
D | ReflectedParamUpdater_test.cpp | 149 ReflectedParamUpdater::Dict msg; in TEST_F() 196 ReflectedParamUpdater::Dict msg; in TEST_F() 251 ReflectedParamUpdater::Dict msg; in TEST_F() 323 ReflectedParamUpdater::Dict msg; in TEST_F()
|
/frameworks/base/startop/scripts/app_startup/ |
D | app_startup_runner.py | 36 from typing import Any, Callable, Dict, Generic, Iterable, List, NamedTuple, TextIO, Tuple, TypeVar… 132 def generate_run_combinations(named_tuple: NamedTupleMeta[T], opts_dict: Dict[str, List[Optional[st…
|
D | analyze_metrics.py | 35 from typing import Any, List, Dict, Iterable, TextIO, Tuple
|
/frameworks/av/media/libstagefright/codecs/m4v_h263/fuzzer/ |
D | README.md | 8 Dict files (dictionary files) are created for MPEG4 and H263 to ensure that the required start
|