Searched refs:PV_SUCCESS (Results 1 - 19 of 19) sorted by relevance

/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
H A Ddec_pred_intra_dc.cpp32 PV_STATUS status = PV_SUCCESS;
43 if (status == PV_SUCCESS)
H A Dvlc_decode.cpp119 return PV_SUCCESS;
165 if (status != PV_SUCCESS)
175 if (status != PV_SUCCESS)
192 if (status != PV_SUCCESS)
202 if (status != PV_SUCCESS)
234 if (status != PV_SUCCESS)
250 if (status != PV_SUCCESS)
256 return PV_SUCCESS;
275 if (status != PV_SUCCESS)
288 if (status != PV_SUCCESS)
[all...]
H A Dbitstream.cpp46 /* Return : PV_SUCCESS if successed, PV_FAIL if failed. */
63 return PV_SUCCESS;
74 return PV_SUCCESS;
101 return PV_SUCCESS;
112 return PV_SUCCESS;
177 PV_STATUS status = PV_SUCCESS;
195 PV_STATUS status = PV_SUCCESS;
217 PV_STATUS status = PV_SUCCESS;
240 PV_STATUS status = PV_SUCCESS;
259 PV_STATUS status = PV_SUCCESS;
[all...]
H A Dpacket_util.cpp48 /* if (status != PV_SUCCESS && status != PV_END_OF_BUFFER) return status; */
116 if (status != PV_SUCCESS)
134 return PV_SUCCESS;
191 return PV_SUCCESS;
233 if (status != PV_SUCCESS)
249 return PV_SUCCESS;
H A Ddatapart_decode.cpp100 if ((status = quickSearchVideoPacketHeader(stream, resync_marker_length)) != PV_SUCCESS)
125 return PV_SUCCESS;
134 /* Return : PV_SUCCESS if successed, PV_FAIL if failed. */
210 if (status == PV_SUCCESS)
268 if (status != PV_SUCCESS)
288 return PV_SUCCESS;
297 /* Return : PV_SUCCESS if successed, PV_FAIL if failed. */
338 if (status != PV_SUCCESS)
354 if (status != PV_SUCCESS)
376 /* if (status != PV_SUCCESS
[all...]
H A Dcombined_decode.cpp157 if (status != PV_SUCCESS)
172 if (status != PV_SUCCESS)
204 if (mbnum >= nTotalMB) return PV_SUCCESS;
230 return PV_SUCCESS;
258 return PV_SUCCESS;
283 if ((status = quickSearchGOBHeader(stream)) != PV_SUCCESS)
296 if ((status = quickSearchH263SliceHeader(stream)) != PV_SUCCESS)
309 if ((status = quickSearchVideoPacketHeader(stream, resync_marker_length)) != PV_SUCCESS)
331 return PV_SUCCESS;
508 return PV_SUCCESS;
[all...]
H A Dbitstream.h53 PV_STATUS status = PV_SUCCESS;
71 PV_STATUS status = PV_SUCCESS;
85 PV_STATUS status = PV_SUCCESS;
H A Dvop.cpp143 if (status != PV_SUCCESS) return PV_FAIL;
153 if (status != PV_SUCCESS) return PV_FAIL; /* breaks the loop */
205 if (status != PV_SUCCESS) return PV_FAIL; /* breaks the loop */
221 if (status != PV_SUCCESS) return PV_FAIL;
253 return PV_SUCCESS;
261 if (status != PV_SUCCESS) return PV_FAIL; /* breaks the loop */
682 status = PV_SUCCESS;
712 if (status != PV_SUCCESS) return PV_FAIL; /* breaks the loop */
778 return PV_SUCCESS; /* 03/15/2002 you can also return PV_FAIL */
791 return PV_SUCCESS;
[all...]
H A Dmp4def.h25 PV_SUCCESS, enumerator in enum:__anon653
H A Dpvdec_api.cpp213 case PV_SUCCESS :
1068 while ((status = DecodeVOPHeader(video, vopHeader[idx], FALSE)) != PV_SUCCESS)
1071 if (PVSearchNextM4VFrame(stream) != PV_SUCCESS)
1079 if (status == PV_SUCCESS)
1118 while (DecodeVOPHeader(video, vopHeader[target_layer], TRUE) != PV_SUCCESS)
1121 if (PVSearchNextM4VFrame(stream) != PV_SUCCESS)
1146 while (DecodeShortHeader(video, vopHeader[0]) != PV_SUCCESS)
1148 if (PVSearchNextH263Frame(stream) != PV_SUCCESS)
1174 while (DecodeVOPHeader(video, vopHeader[0], FALSE) != PV_SUCCESS)
1177 if (PVSearchNextM4VFrame(stream) != PV_SUCCESS)
[all...]
H A Dvlc_dequant.cpp115 if (return_status != PV_SUCCESS)
420 if (return_status != PV_SUCCESS)
561 if (return_status != PV_SUCCESS)
873 if (return_status != PV_SUCCESS)
946 if (return_status != PV_SUCCESS)
1098 if (return_status != PV_SUCCESS)
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
H A Dbitstream_io.cpp129 return PV_SUCCESS;
139 if (status != PV_SUCCESS)
152 return PV_SUCCESS;
181 if (status != PV_SUCCESS)
215 if (PV_SUCCESS != BitstreamUseOverrunBuffer(stream, WORD_SIZE))
243 return PV_SUCCESS;
269 if (PV_SUCCESS != BitstreamUseOverrunBuffer(stream, numbyte))
312 return PV_SUCCESS;
425 if (status != PV_SUCCESS)
432 if (status != PV_SUCCESS)
[all...]
H A Dmp4def.h74 PV_SUCCESS, enumerator in enum:__anon662
H A Drate_control.cpp142 return PV_SUCCESS;
161 return PV_SUCCESS;
200 return PV_SUCCESS;
256 return PV_SUCCESS;
348 return PV_SUCCESS;
402 return PV_SUCCESS;
514 return PV_SUCCESS;
H A Dvop.cpp130 PV_STATUS status = PV_SUCCESS;
199 PV_STATUS status = PV_SUCCESS;
507 // PV_STATUS status=PV_SUCCESS;
575 return PV_SUCCESS;
H A Dcombined_encode.cpp33 /* Return : PV_SUCCESS if successful else PV_FAIL */
39 PV_STATUS status = PV_SUCCESS;
258 /* Return : PV_SUCCESS if successful else PV_FAIL */
264 PV_STATUS status = PV_SUCCESS;
676 /* Return : PV_SUCCESS if successful else PV_FAIL */
683 PV_STATUS status = PV_SUCCESS;
H A Ddatapart_encode.cpp32 /* Return : PV_SUCCESS if successful else PV_FAIL */
38 PV_STATUS status = PV_SUCCESS;
207 /* Return : PV_SUCCESS if successful else PV_FAIL */
213 PV_STATUS status = PV_SUCCESS;
H A Dfastcodemb.cpp249 return PV_SUCCESS;
470 return PV_SUCCESS;
H A Dmp4enc_api.cpp1027 if (PV_SUCCESS != RC_Initialize(video))
2407 PV_STATUS status = PV_SUCCESS;
2569 PV_STATUS status = PV_SUCCESS;

Completed in 203 milliseconds