Home
last modified time | relevance | path

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

/hardware/intel/img/psb_video/src/
Dtng_jpegES.c485 …pJPEGContext->sScan_Encode_Info.aBufferTable[ui8Loop].i8PipeNumber = 0; // Indicates buffer is idle in AssignCodedDataBuffers()
914 IMG_INT8 i8PipeNumber, in IssueBufferToHW() argument
925 ui32NoMCUsToEncode, ui16BCnt, i8PipeNumber); in IssueBufferToHW()
943 ASSERT(0 == i8PipeNumber); in IssueBufferToHW()
944 if (i8PipeNumber <= 3) in IssueBufferToHW()
945 psBufferCmd->ui32MCUPositionOfScanAndPipeNo |= i8PipeNumber; in IssueBufferToHW()
1431 jpeg_ctx_p->sScan_Encode_Info.aBufferTable[ui16BCnt].i8PipeNumber = in tng_jpeg_EndPicture()
1439 jpeg_ctx_p->sScan_Encode_Info.aBufferTable[ui16BCnt].i8PipeNumber = 0; in tng_jpeg_EndPicture()
1445 jpeg_ctx_p->sScan_Encode_Info.aBufferTable[ui16BCnt].i8PipeNumber, in tng_jpeg_EndPicture()
Dtng_jpegES.h134 …IMG_INT8 i8PipeNumber; // Doubles as status indicator ( <0 = Awaiting output to CB, 0 = Idle, >0 =… member