Searched refs:VBP_OK (Results 1 - 12 of 12) sorted by relevance

/hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/parser/
H A Dvbp_loader.c37 if (VBP_OK != error)
66 if (VBP_OK != error)
81 uint32 error = VBP_OK;
99 if (VBP_OK != error)
112 uint32 error = VBP_OK;
130 if (VBP_OK != error)
143 uint32 error = VBP_OK;
H A Dvbp_utils.c34 uint32 error = VBP_OK;
63 uint32 error = VBP_OK;
137 if (VBP_OK != error)
155 return VBP_OK;
175 return VBP_OK;
187 uint32 error = VBP_OK;
255 if (error != VBP_OK)
273 uint32 error = VBP_OK;
310 if (VBP_OK != error)
382 state = (ret == VIDDEC_PARSE_FRMDONE) ? VBP_DONE : VBP_OK;
[all...]
H A Dvbp_vc1_parser.c87 return VBP_OK;
146 return VBP_OK;
164 return VBP_OK;
188 return VBP_OK;
204 uint32_t ret = VBP_OK;
343 return VBP_OK;
412 return VBP_OK;
450 uint32 error = VBP_OK;
512 uint32 error = VBP_OK;
664 uint32 error = VBP_OK;
[all...]
H A Dvbp_h264_parser.c132 return VBP_OK;
193 return VBP_OK;
205 return VBP_OK;
228 return VBP_OK;
950 return VBP_OK;
1231 return VBP_OK;
1376 return VBP_OK;
1462 return VBP_OK;
1477 uint32 error = VBP_OK;
1486 if (VBP_OK
[all...]
H A Dvbp_loader.h249 VBP_OK, enumerator in enum:_vbp_parser_error
275 * @return VBP_OK on success, anything else on failure.
283 * @returns VBP_OK on success, anything else on failure.
294 * @return VBP_OK on success, anything else on failure.
304 * @return VBP_OK on success, anything else on failure.
313 * @returns VBP_OK on success, anything else on failure.
H A Dvbp_mp42_parser.c90 return VBP_OK;
103 return VBP_OK;
162 return VBP_OK;
246 return VBP_OK;
254 return VBP_OK;
1071 return VBP_OK;
1106 return VBP_OK;
/hardware/intel/common/libmix/videodecoder/
H A DVideoDecoderTrace.h86 if (vbpStatus != VBP_OK) {\
H A DVideoDecoderBase.cpp123 if (mParserOpen(mParserType, &mParserHandle) != VBP_OK) {
240 if (mParserHandle && (mParserFlush(mParserHandle) != VBP_OK)) {
/hardware/intel/common/libmix/mix_video/src/
H A Dmixvideoformat_mp42.c105 gint32 vbp_ret = VBP_OK;
234 if (vbp_ret != VBP_OK) {
258 if (!((vbp_ret == VBP_OK) || (vbp_ret == VBP_DONE))) {
269 if ((vbp_ret != VBP_OK) || (data == NULL)) {
445 if ((vbp_ret != VBP_OK) || (data == NULL)) {
447 LOG_E("vbp_ret != VBP_OK || data == NULL\n");
483 if (vbp_ret != VBP_DONE && vbp_ret != VBP_OK) {
491 if (vbp_ret == VBP_OK || vbp_ret == VBP_DONE) {
498 if ((vbp_ret != VBP_OK) || (data == NULL)) {
547 else if (vbp_ret == VBP_OK) {
[all...]
H A Dmixvideoformat_h264.c81 gint32 pret = VBP_OK;
110 if (pret != VBP_OK)
216 if (!(pret == VBP_OK))
249 if (!((pret == VBP_OK) || (pret == VBP_DONE)))
261 if ((pret != VBP_OK) || (data == NULL))
632 if ((pret != VBP_OK) || (data == NULL))
675 if ((pret == VBP_DONE) || (pret == VBP_OK))
681 if ((pret != VBP_OK) || (data == NULL))
729 else if (pret != VBP_OK)
831 if (pret != VBP_OK)
[all...]
H A Dmixvideoformat_vc1.c90 gint32 pret = VBP_OK;
126 if (pret != VBP_OK)
304 if (!(pret == VBP_OK))
348 if (!((pret == VBP_OK) || (pret == VBP_DONE)))
360 if ((pret != VBP_OK) || (data == NULL))
687 if ((pret != VBP_OK) || (data == NULL))
736 if ((pret != VBP_OK) || (data == NULL))
784 else if (pret != VBP_OK)
1534 if (pret != VBP_OK)
1578 if ((pret != VBP_OK) || (dat
[all...]
/hardware/intel/img/psb_headers/libmediaparser/mixvbp/vbp_manager/include/
H A Dvbp_loader.h475 VBP_OK, enumerator in enum:_vbp_parser_error
507 * @return VBP_OK on success, anything else on failure.
515 * @returns VBP_OK on success, anything else on failure.
526 * @return VBP_OK on success, anything else on failure.
536 * @return VBP_OK on success, anything else on failure.
545 * @returns VBP_OK on success, anything else on failure.
557 * @returns VBP_OK on success, anything else on failure.

Completed in 3131 milliseconds