Home
last modified time | relevance | path

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

/aosp12/frameworks/av/media/img_utils/include/img_utils/
H A DDngUtils.h198 status_t addOpcodePreamble(uint32_t opcodeId);
/aosp12/frameworks/av/media/img_utils/src/
H A DDngUtils.cpp485 status_t OpcodeListBuilder::addOpcodePreamble(uint32_t opcodeId) { in addOpcodePreamble() argument
486 status_t err = mEndianOut.write(&opcodeId, 0, 1); in addOpcodePreamble()