OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:VBP_OK
(Results
1 - 12
of
12
) sorted by null
/hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/parser/
vbp_loader.c
37
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
;
vbp_utils.c
34
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
...]
vbp_vc1_parser.c
87
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
...]
vbp_h264_parser.c
132
return
VBP_OK
;
193
return
VBP_OK
;
205
return
VBP_OK
;
228
return
VBP_OK
;
950
return
VBP_OK
;
[
all
...]
vbp_loader.h
249
VBP_OK
,
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.
vbp_mp42_parser.c
90
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
;
[
all
...]
/hardware/intel/common/libmix/videodecoder/
VideoDecoderTrace.h
86
if (vbpStatus !=
VBP_OK
) {\
VideoDecoderBase.cpp
123
if (mParserOpen(mParserType, &mParserHandle) !=
VBP_OK
) {
240
if (mParserHandle && (mParserFlush(mParserHandle) !=
VBP_OK
)) {
[
all
...]
/hardware/intel/common/libmix/mix_video/src/
mixvideoformat_mp42.c
105
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
...]
mixvideoformat_h264.c
81
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
...]
mixvideoformat_vc1.c
90
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
)
[
all
...]
/hardware/intel/img/psb_headers/libmediaparser/mixvbp/vbp_manager/include/
vbp_loader.h
475
VBP_OK
,
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 644 milliseconds