Lines Matching refs:picoos_uint8
70 picoos_uint8 procState; /* where to take up work at next processing step */
71 picoos_uint8 retState; /* where to return after next processing step */
72 picoos_uint8 needMoreInput; /* more data necessary to start processing */
74 picoos_uint8 inBuf[PICOSIG_IN_BUFF_SIZE]; /* internal input buffer */
82 picoos_uint8 outBuf[PICOSIG_OUT_BUFF_SIZE]; /* internal output buffer */
91 picoos_uint8 innerProcState; /*where to take up work at next processing step*/
326 picoos_uint8 *nCurrIndexOffset, *nContent; in getPhsFromPdf()
338 nCurrIndexOffset = ((picoos_uint8*) pdf->indexBase) + phsIndex * sizeof(picoos_uint32); in getPhsFromPdf()
584 = (picoos_uint8) PICODATA_ITEM_FRAME; in sigProcess()
586 = (picoos_uint8) (hop_p_half); in sigProcess()
588 = (picoos_uint8) (sig_subObj->nNumFrame % ((hop_p_half))); in sigProcess()
590 = (picoos_uint8) sig_subObj->sig_inner.hop_p; in sigProcess()
643 static pico_status_t sig_deal_with(const picoos_uint8 *item) in sig_deal_with()
686 static pico_status_t sig_is_command(const picoos_uint8 *item) in sig_is_command()
1167 = (picoos_uint8) PICODATA_ITEM_FRAME; in sigStep()
1169 = (picoos_uint8) n_samp; in sigStep()
1171 … = (picoos_uint8) (sig_subObj->nNumFrame % (hop_p_half)); /*number of frame % 64*/ in sigStep()
1173 = (picoos_uint8) n_samp * 2; in sigStep()