OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:bufValue
(Results
1 - 2
of
2
) sorted by null
/frameworks/av/media/codec2/sfplugin/
ReflectedParamUpdater.cpp
51
sp<ABuffer>
bufValue
;
95
} else if (it.second.find(&
bufValue
)) {
97
if (
bufValue
!= nullptr &&
bufValue
->data() != nullptr &&
bufValue
->size() <= 64) {
100
hexdump(
bufValue
->data(),
bufValue
->size(), indent_ + 4, &tmp);
103
s << (void*)
bufValue
.get();
CCodecConfig.cpp
[
all
...]
Completed in 267 milliseconds