OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:eState
(Results
1 - 25
of
26
) sorted by null
1
2
/external/chromium_org/third_party/sqlite/src/ext/fts3/
fts3_aux.c
257
int
eState
= 0;
276
switch(
eState
){
280
eState
= 1;
297
eState
= 2;
302
eState
= 0;
304
eState
= 3;
312
default: assert(
eState
==3 );
316
eState
= 2;
/frameworks/native/include/media/openmax/
OMX_Other.h
251
OMX_TIME_CLOCKSTATE
eState
; /* Seeking Change. Added 7/12.*/
282
* On a SetConfig if
eState
is OMX_TIME_ClockStateRunning media time
293
OMX_TIME_CLOCKSTATE
eState
; /**< State of the media time. */
/hardware/qcom/media/mm-core/inc/
OMX_Other.h
234
OMX_TIME_CLOCKSTATE
eState
; /* Seeking Change. Added 7/12.*/
265
* On a SetConfig if
eState
is OMX_TIME_ClockStateRunning media time
276
OMX_TIME_CLOCKSTATE
eState
; /**< State of the media time. */
/hardware/qcom/media/mm-core/omxcore/inc/
OMX_Other.h
234
OMX_TIME_CLOCKSTATE
eState
; /* Seeking Change. Added 7/12.*/
265
* On a SetConfig if
eState
is OMX_TIME_ClockStateRunning media time
276
OMX_TIME_CLOCKSTATE
eState
; /**< State of the media time. */
/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/include/khronos/
OMX_Other.h
234
OMX_TIME_CLOCKSTATE
eState
; /* Seeking Change. Added 7/12.*/
265
* On a SetConfig if
eState
is OMX_TIME_ClockStateRunning media time
276
OMX_TIME_CLOCKSTATE
eState
; /**< State of the media time. */
/hardware/ti/omap3/omx/system/src/openmax_il/omx_core/inc/
OMX_Other.h
234
OMX_TIME_CLOCKSTATE
eState
; /* Seeking Change. Added 7/12.*/
265
* On a SetConfig if
eState
is OMX_TIME_ClockStateRunning media time
276
OMX_TIME_CLOCKSTATE
eState
; /**< State of the media time. */
/hardware/ti/omap4xxx/domx/omx_core/inc/
OMX_Other.h
234
OMX_TIME_CLOCKSTATE
eState
; /* Seeking Change. Added 7/12.*/
265
* On a SetConfig if
eState
is OMX_TIME_ClockStateRunning media time
276
OMX_TIME_CLOCKSTATE
eState
; /**< State of the media time. */
/hardware/ti/omap4xxx/domx/test/sample_proxy/
test_sample_proxy.c
194
OMX_STATETYPE
eState
;
215
OMX_STATETYPE
eState
;
377
OMX_STRING OMX_TEST_StateToString(OMX_STATETYPE
eState
)
381
switch (
eState
)
435
pContext->
eState
= (OMX_STATETYPE) nData2;
935
(pContext->
eState
== OMX_StateLoaded))
962
(pContext->
eState
== OMX_StateIdle))
974
if (pContext->
eState
!= eToState)
1047
eError = OMX_GetState(pContext->hComp, &pContext->
eState
);
1049
if (OMX_StateLoaded != pContext->
eState
)
[
all
...]
/external/chromium_org/third_party/sqlite/src/src/
btreeInt.h
498
u8
eState
; /* One of the CURSOR_XXX constants (see below) */
509
** Potential values for BtCursor.
eState
.
pager.c
135
** The Pager.
eState
variable stores the current 'state' of a pager. A
460
**
eState
633
u8
eState
; /* Pager state (OPEN, READER, WRITER_LOCKED..) */
[
all
...]
/hardware/qcom/media/mm-video-legacy/vidc/venc/src/
omx_video_base.cpp
794
OMX_STATETYPE
eState
= (OMX_STATETYPE) param1;
804
if(
eState
== OMX_StateIdle)
821
else if(
eState
== OMX_StateLoaded)
829
else if(
eState
== OMX_StateWaitForResources)
836
else if(
eState
== OMX_StateExecuting)
844
else if(
eState
== OMX_StatePause)
852
else if(
eState
== OMX_StateInvalid)
855
post_event(OMX_EventError,
eState
,OMX_COMPONENT_GENERATE_EVENT);
861
eState
);
871
if(
eState
== OMX_StateLoaded
[
all
...]
/hardware/qcom/media/mm-video-v4l2/vidc/venc/src/
omx_video_base.cpp
729
OMX_STATETYPE
eState
= (OMX_STATETYPE) param1;
737
if (
eState
== OMX_StateIdle) {
750
else if (
eState
== OMX_StateLoaded) {
757
else if (
eState
== OMX_StateWaitForResources) {
763
else if (
eState
== OMX_StateExecuting) {
770
else if (
eState
== OMX_StatePause) {
777
else if (
eState
== OMX_StateInvalid) {
779
post_event(OMX_EventError,
eState
,OMX_COMPONENT_GENERATE_EVENT);
783
eState
);
792
if (
eState
== OMX_StateLoaded)
[
all
...]
/hardware/ti/omap3/omx/video/src/openmax_il/video_encode/test/
VideoEncTest.c
310
OMX_STATETYPE
eState
;
[
all
...]
/hardware/qcom/media/mm-video-legacy/vidc/vdec/src/
omx_vdec_copper.cpp
[
all
...]
omx_vdec.cpp
[
all
...]
/hardware/ti/omap3/omx/video/src/openmax_il/video_encode/inc/
OMX_VideoEnc_Utils.h
585
OMX_STATETYPE
eState
;
/hardware/qcom/media/mm-video-v4l2/vidc/vdec/src/
omx_vdec.cpp
[
all
...]
omx_vdec_hevc.cpp
[
all
...]
omx_vdec_msm8974.cpp
[
all
...]
/hardware/ti/omap3/omx/video/src/openmax_il/video_decode/inc/
OMX_VideoDec_Utils.h
878
OMX_STATETYPE
eState
;
[
all
...]
/external/chromium_org/third_party/sqlite/amalgamation/
sqlite3.c
[
all
...]
/prebuilts/devtools/tools/lib/
ddmlib.jar
/prebuilts/gradle-plugin/com/android/tools/ddms/ddmlib/22.2.0/
ddmlib-22.2.0.jar
/prebuilts/misc/common/ddmlib/
ddmlib-prebuilt.jar
/external/sqlite/dist/orig/
sqlite3.c
[
all
...]
Completed in 1233 milliseconds
1
2