Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Dcrystalhd.c659 BC_STATUS bc_ret; in crystalhd_decode_packet() local
685 bc_ret = DtsProcInput(dev, avpkt->data, avpkt->size, pts, 0); in crystalhd_decode_packet()
686 if (bc_ret == BC_STS_BUSY) { in crystalhd_decode_packet()
691 } else if (bc_ret != BC_STS_SUCCESS) { in crystalhd_decode_packet()
709 BC_STATUS bc_ret; in crystalhd_receive_frame() local
745 bc_ret = DtsGetDriverStatus(dev, &decoder_status); in crystalhd_receive_frame()
746 if (bc_ret != BC_STS_SUCCESS) { in crystalhd_receive_frame()

Completed in 2 milliseconds