OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PV_TRUE
(Results
1 - 6
of
6
) sorted by null
/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
pvdec_api.cpp
72
/* Return :
PV_TRUE
if successed, PV_FALSE if failed. */
79
Bool status =
PV_TRUE
;
157
if (status ==
PV_TRUE
)
232
if (status ==
PV_TRUE
)
233
status =
PV_TRUE
; /* we want to make sure that if first layer is bad, second layer is good return PV_FAIL */
239
status =
PV_TRUE
;
250
video->shortVideoHeader =
PV_TRUE
;
253
if (video->shortVideoHeader ==
PV_TRUE
)
290
video->initialized =
PV_TRUE
;
307
Bool status =
PV_TRUE
;
[
all
...]
bitstream.cpp
561
/* Return :
PV_TRUE
if successed, PV_FALSE if failed. */
573
if (pattern == msk[n_stuffed-1]) return
PV_TRUE
;
586
return
PV_TRUE
;
589
if (pattern == 0) return
PV_TRUE
;
679
/* Return :
PV_TRUE
if successed, PV_FALSE if failed. */
[
all
...]
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
mp4enc_api.cpp
159
/* Return :
PV_TRUE
if successed, PV_FALSE if failed. */
181
return
PV_TRUE
;
189
/* Return :
PV_TRUE
if successed, PV_FALSE if failed. */
196
Bool status =
PV_TRUE
;
637
if (status !=
PV_TRUE
)
[
all
...]
/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/include/
mp4dec_api.h
35
#define
PV_TRUE
1
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/include/
mp4enc_api.h
38
#define
PV_TRUE
1
/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/
SoftMPEG4.cpp
264
outHeader->pBuffer) !=
PV_TRUE
) {
375
CHECK_EQ((int)PVResetVideoDecoder(mHandle), (int)
PV_TRUE
);
Completed in 557 milliseconds