Searched refs:mSections (Results 1 – 2 of 2) sorted by relevance
473 switch((mSections[i].Type)) { in encodeJPEG()476 fwrite(mSections[i].Data, sizeof(unsigned char), in encodeJPEG()477 mSections[i].Size, fh); in encodeJPEG()492 fwrite(&mSections[i].Type, sizeof(unsigned char), 1, fh); in encodeJPEG()493 fwrite(mSections[i].Data, sizeof(unsigned char), in encodeJPEG()494 mSections[i].Size, fh); in encodeJPEG()535 mSections = (Sections_t *)malloc(sizeof(Sections_t) * mSectionsAllocated);536 if (!mSections) {568 if (mSections == NULL) {583 mSections[mSectionsRead].Type = marker;[all …]
164 Sections_t * mSections; variable