OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:VIDEO_FALSE
(Results
1 - 3
of
3
) sorted by null
/hardware/samsung_slsi/exynos5/exynos_omx/codecs/exynos_codecs/video/exynos5/mfc_v4l2/dec/src/
ExynosVideoDecoder.c
140
pCtx->bStreamonInbuf =
VIDEO_FALSE
;
141
pCtx->bStreamonOutbuf =
VIDEO_FALSE
;
231
if (pCtx->bShareInbuf ==
VIDEO_FALSE
) {
243
pCtx->pInbuf[i].bQueued =
VIDEO_FALSE
;
244
pCtx->pInbuf[i].bRegistered =
VIDEO_FALSE
;
249
if (pCtx->bShareOutbuf ==
VIDEO_FALSE
) {
261
pCtx->pOutbuf[i].bQueued =
VIDEO_FALSE
;
262
pCtx->pOutbuf[i].bRegistered =
VIDEO_FALSE
;
894
if (pCtx->bShareInbuf ==
VIDEO_FALSE
) {
922
pCtx->pInbuf[i].bQueued =
VIDEO_FALSE
;
[
all
...]
/hardware/samsung_slsi/exynos5/exynos_omx/codecs/exynos_codecs/video/exynos5/mfc_v4l2/enc/src/
ExynosVideoEncoder.c
144
pCtx->bStreamonInbuf =
VIDEO_FALSE
;
145
pCtx->bStreamonOutbuf =
VIDEO_FALSE
;
224
if (pCtx->bShareInbuf ==
VIDEO_FALSE
) {
236
pCtx->pInbuf[i].bQueued =
VIDEO_FALSE
;
237
pCtx->pInbuf[i].bRegistered =
VIDEO_FALSE
;
242
if (pCtx->bShareOutbuf ==
VIDEO_FALSE
) {
254
pCtx->pOutbuf[i].bQueued =
VIDEO_FALSE
;
255
pCtx->pOutbuf[i].bRegistered =
VIDEO_FALSE
;
[
all
...]
/hardware/samsung_slsi/exynos5/exynos_omx/codecs/exynos_codecs/video/exynos5/mfc_v4l2/include/
ExynosVideoApi.h
28
VIDEO_FALSE
= 0,
Completed in 26 milliseconds