Searched refs:PV_END_OF_VOP (Results 1 - 9 of 9) sorted by last modified time

/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
H A Dbitstream.cpp417 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) retur
[all...]
H A Dcombined_decode.cpp316 if (status == PV_END_OF_VOP)
H A Ddatapart_decode.cpp106 if (status == PV_END_OF_VOP)
H A Dmp4def.h28 PV_END_OF_VOP, /* hit End_of_Video_Object_Plane */ enumerator in enum:__anon572
H A Dpacket_util.cpp126 return PV_END_OF_VOP;
173 return PV_END_OF_VOP;
180 return PV_END_OF_VOP;
242 return PV_END_OF_VOP;
H A Dpvdec_api.cpp1476 case PV_END_OF_VOP :
1477 /* we may want to differenciate PV_END_OF_VOP and PV_SUCCESS */
H A Dvlc_decode.cpp117 if (status == PV_END_OF_VOP) return status; /* 03/19/2002 */
H A Dvop.cpp256 if (status == PV_END_OF_VOP)
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
H A Dmp4def.h78 PV_END_OF_VOP, /* hit End_of_Video_Object_Plane */ enumerator in enum:__anon580

Completed in 46 milliseconds