OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:valueFrame
(Results
1 - 5
of
5
) sorted by null
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
ValueTarget.java
61
FrameValue
valueFrame
= getConnectedInputPort("value").pullFrame().asFrameValue();
64
postValueToUiThread(
valueFrame
.getValue());
66
mListener.onReceivedValue(
valueFrame
.getValue());
/external/libxml2/include/libxml/
xpath.h
386
int
valueFrame
; /* used to limit Pop on the stack */
xpathInternals.h
300
if (ctxt->valueNr < ctxt->
valueFrame
+ (x)) \
/external/libxml2/
xpath.c
[
all
...]
xpointer.c
1265
ctxt->
valueFrame
= 0;
[
all
...]
Completed in 1070 milliseconds