OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PV_END_OF_VOP
(Results
1 - 9
of
9
) sorted by null
/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
packet_util.cpp
126
return
PV_END_OF_VOP
;
173
return
PV_END_OF_VOP
;
180
return
PV_END_OF_VOP
;
242
return
PV_END_OF_VOP
;
bitstream.cpp
417
if (stream->read_point >= stream->data_end_pos && stream->incnt <= 0) return
PV_END_OF_VOP
;
600
/* Return : PV_SUCCESS if succeeded or
PV_END_OF_VOP
if failed */
615
status =
PV_END_OF_VOP
;
628
/* Return : PV_SUCCESS if succeeded or
PV_END_OF_VOP
if failed */
644
status =
PV_END_OF_VOP
;
696
if (status ==
PV_END_OF_VOP
) break;
720
if (status ==
PV_END_OF_VOP
) break;
798
if (status ==
PV_END_OF_VOP
) return
PV_END_OF_VOP
;
889
if (status ==
PV_END_OF_VOP
) return PV_END_OF_VOP
[
all
...]
mp4def.h
28
PV_END_OF_VOP
, /* hit End_of_Video_Object_Plane */
combined_decode.cpp
316
if (status ==
PV_END_OF_VOP
)
datapart_decode.cpp
106
if (status ==
PV_END_OF_VOP
)
vlc_decode.cpp
117
if (status ==
PV_END_OF_VOP
) return status; /* 03/19/2002 */
[
all
...]
vop.cpp
254
if (status ==
PV_END_OF_VOP
)
[
all
...]
pvdec_api.cpp
[
all
...]
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
mp4def.h
78
PV_END_OF_VOP
, /* hit End_of_Video_Object_Plane */
Completed in 63 milliseconds