OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PV_FALSE
(Results
1 - 5
of
5
) sorted by null
/frameworks/base/media/libstagefright/codecs/m4v_h263/dec/src/
pvdec_api.cpp
64
/* Return : PV_TRUE if successed,
PV_FALSE
if failed. */
100
if (video->vol == NULL) status =
PV_FALSE
;
114
if (video->currVop == NULL) status =
PV_FALSE
;
117
if (video->prevVop == NULL) status =
PV_FALSE
;
124
if (video->currVop == NULL) status =
PV_FALSE
;
127
if (video->prevVop == NULL) status =
PV_FALSE
;
133
if (video->vopHeader == NULL) status =
PV_FALSE
;
137
video->initialized =
PV_FALSE
;
155
status =
PV_FALSE
;
168
if (video->vol[idx] == NULL) status =
PV_FALSE
;
[
all
...]
bitstream.cpp
561
/* Return : PV_TRUE if successed,
PV_FALSE
if failed. */
574
return
PV_FALSE
;
590
return
PV_FALSE
;
679
/* Return : PV_TRUE if successed,
PV_FALSE
if failed. */
[
all
...]
/frameworks/base/media/libstagefright/codecs/m4v_h263/enc/src/
mp4enc_api.cpp
152
/* Return : PV_TRUE if successed,
PV_FALSE
if failed. */
169
return
PV_FALSE
;
182
/* Return : PV_TRUE if successed,
PV_FALSE
if failed. */
223
return
PV_FALSE
;
618
if (mbsPerSec > video->encParams->LayerMaxMbsPerSec[idx]) status =
PV_FALSE
;
[
all
...]
/frameworks/base/media/libstagefright/codecs/m4v_h263/dec/include/
mp4dec_api.h
36
#define
PV_FALSE
0
/frameworks/base/media/libstagefright/codecs/m4v_h263/enc/include/
mp4enc_api.h
39
#define
PV_FALSE
0
Completed in 166 milliseconds