Home
last modified time | relevance | path

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

/hardware/nxp/secure_element/libese-spi/p73/lib/
DphNxpEseProto7816_3.cpp567 uint8_t pcb; in phNxpEseProto7816_DecodeFrame() local
572 pcb = p_data[PH_PROPTO_7816_PCB_OFFSET]; in phNxpEseProto7816_DecodeFrame()
576 phNxpEse_memcpy(&pcb_bits, &pcb, sizeof(uint8_t)); in phNxpEseProto7816_DecodeFrame()
753 int32_t frameType = (int32_t)(pcb & 0x3F); /*discard upper 2 bits */ in phNxpEseProto7816_DecodeFrame()
/hardware/interfaces/camera/device/3.4/default/
DExternalCameraDeviceSession.cpp1486 uint8_t *pcb = static_cast<uint8_t*>(inLayout.cb); in encodeJpegYU12() local
1497 cbLines[i] = static_cast<JSAMPROW>(pcb + li * inLayout.cStride); in encodeJpegYU12()