Home
last modified time | relevance | path

Searched defs:temp_buf (Results 1 – 6 of 6) sorted by relevance

/external/pdfium/core/fxge/win32/
Dfx_win32_dib.cpp79 std::vector<uint8_t> temp_buf(pitch); in FX_WindowsDIB_LoadFromBuf() local
/external/libese/third_party/NXPNFC_P61_JCOP_Kit/src/
DAla.cpp790 UINT8 temp_buf[1024]; in ALA_loadapplet() local
1060 Ala_TranscieveInfo_t *pTranscv_Info, UINT8* temp_buf, tJBL_STATUS flag, in ALA_Check_KeyIdentifier()
/external/ltp/testcases/kernel/fs/fsx-linux/
Dfsx-linux.c96 char *temp_buf; /* a pointer to the current data */ variable
/external/libxaac/decoder/
Dixheaacd_rev_vlc.c534 ia_bit_buf_struct temp_buf = {0}; in ixheaacd_rvlc_decode_forward() local
/external/pdfium/core/fpdfapi/page/
Dcpdf_dib.cpp834 std::vector<float> temp_buf(nComponents); in LoadPalette() local
/external/libvpx/libvpx/vpx_dsp/mips/
Dfwd_dct32x32_msa.c659 static void fdct32x8_1d_row(int16_t *temp, int16_t *temp_buf, int16_t *output) { in fdct32x8_1d_row()