Searched refs:uc_comp_id (Results 1 – 2 of 2) sorted by relevance
/hardware/intel/img/psb_video/src/ |
D | pnw_hostjpeg.c | 1319 IMG_UINT8 uc_comp_id, ui8Comp; 1339 uc_comp_id = pContext->JPEGEncoderParams.puc_comp_id[ui8Comp]; 1340 if (uc_comp_id >= MAX_COMP_IN_SCAN) { 1341 drv_debug_msg(VIDEO_DEBUG_ERROR, "Invalide component index %d\n", uc_comp_id); 1342 uc_comp_id = MAX_COMP_IN_SCAN - 1; 1345 ui32TableIndex = pContext->sJPEGEncoderComp.CompIdtoIndex[uc_comp_id]; 1348 fPutBitsToBuffer(&s_streamW, 1, uc_comp_id); 1384 IMG_UINT8 uc_comp_id, ui8Comp; in JPGEncodeSOSHeader() local 1397 uc_comp_id = ui8Comp + 1; in JPGEncodeSOSHeader() 1400 fPutBitsToBuffer(&s_streamW, 1, uc_comp_id); in JPGEncodeSOSHeader()
|
D | tng_jpegES.c | 839 IMG_UINT8 uc_comp_id, ui8Comp; in JPGEncodeSOSHeader() local 852 uc_comp_id = ui8Comp + 1; in JPGEncodeSOSHeader() 855 fPutBitsToBuffer(&s_streamW, 1, uc_comp_id); in JPGEncodeSOSHeader()
|