Home
last modified time | relevance | path

Searched refs:bc_ret (Results 1 – 1 of 1) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dcrystalhd.c657 BC_STATUS bc_ret; in crystalhd_decode_packet() local
683 bc_ret = DtsProcInput(dev, avpkt->data, avpkt->size, pts, 0); in crystalhd_decode_packet()
684 if (bc_ret == BC_STS_BUSY) { in crystalhd_decode_packet()
689 } else if (bc_ret != BC_STS_SUCCESS) { in crystalhd_decode_packet()
707 BC_STATUS bc_ret; in crystalhd_receive_frame() local
743 bc_ret = DtsGetDriverStatus(dev, &decoder_status); in crystalhd_receive_frame()
744 if (bc_ret != BC_STS_SUCCESS) { in crystalhd_receive_frame()