HomeSort by relevance Sort by last modified time
    Searched refs:PV_SUCCESS (Results 1 - 19 of 19) sorted by null

  /frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
dec_pred_intra_dc.cpp 32 PV_STATUS status = PV_SUCCESS;
43 if (status == PV_SUCCESS)
vlc_decode.cpp 119 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...]
bitstream.cpp 46 /* 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...]
packet_util.cpp 48 /* 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;
datapart_decode.cpp 100 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 && status != PV_END_OF_BUFFER) return status; *
    [all...]
combined_decode.cpp 157 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...]
bitstream.h 53 PV_STATUS status = PV_SUCCESS;
71 PV_STATUS status = PV_SUCCESS;
85 PV_STATUS status = PV_SUCCESS;
vop.cpp 143 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...]
mp4def.h 25 PV_SUCCESS,
pvdec_api.cpp 213 case PV_SUCCESS :
    [all...]
vlc_dequant.cpp 115 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)
    [all...]
  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
bitstream_io.cpp 129 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...]
mp4def.h 74 PV_SUCCESS,
rate_control.cpp 142 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;
    [all...]
vop.cpp 130 PV_STATUS status = PV_SUCCESS;
199 PV_STATUS status = PV_SUCCESS;
507 // PV_STATUS status=PV_SUCCESS;
575 return PV_SUCCESS;
combined_encode.cpp 33 /* 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;
datapart_encode.cpp 32 /* 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;
fastcodemb.cpp 249 return PV_SUCCESS;
470 return PV_SUCCESS;
mp4enc_api.cpp     [all...]

Completed in 93 milliseconds