Home
last modified time | relevance | path

Searched refs:sShaperOps (Results 1 – 1 of 1) sorted by relevance

/frameworks/av/media/libstagefright/
DMediaCodec.cpp2511 static android::mediaformatshaper::FormatShaperOps_t *sShaperOps = NULL; variable
2547 sShaperOps = (android::mediaformatshaper::FormatShaperOps_t*) in connectFormatShaper()
2559 if (sShaperOps == NULL) { in connectFormatShaper()
2564 sShaperOps = (android::mediaformatshaper::FormatShaperOps_t*) in connectFormatShaper()
2571 if (sShaperOps != nullptr in connectFormatShaper()
2572 && sShaperOps->version != android::mediaformatshaper::SHAPER_VERSION_V1) { in connectFormatShaper()
2574 sShaperOps->version); in connectFormatShaper()
2575 sShaperOps = nullptr; in connectFormatShaper()
2578 if (sShaperOps != nullptr) { in connectFormatShaper()
2691 (void)(sShaperOps->setFeature)(shaperHandle, &mapSrc[featurePrefixLen], in loadCodecProperties()
[all …]