Home
last modified time | relevance | path

Searched refs:SIXTEEN (Results 1 - 4 of 4) sorted by relevance

/test/xts/acts/multimedia/av_codec/vcodec/swdecoder/src/
H A Dvideodec_ndk_sample.cpp30 constexpr int32_t SIXTEEN = 16; member
502 uint32_t bufferSize = (uint32_t)(((ch[3] & 0xFF)) | ((ch[2] & 0xFF) << EIGHT) | ((ch[1] & 0xFF) << SIXTEEN) | in ReadData()
/test/xts/acts/multimedia/av_codec/vcodec/hwdecoder/src/
H A Dvideodec_ndk_sample.cpp31 constexpr int32_t SIXTEEN = 16; member
532 uint32_t bufferSize = (uint32_t)(((ch[3] & 0xFF)) | ((ch[2] & 0xFF) << EIGHT) | ((ch[1] & 0xFF) << SIXTEEN) | in PushData()
/test/xts/hats/hdf/camera/cameraMg/v1_2/include/
H A Dhdi_common_v1_2.h64 SIXTEEN = 16, enumerator
/test/xts/acts/commonlibrary/ark_runtime/ark_runtime_jsvm_test/entry/src/main/cpp/napi/
H A Dnapi_test.cpp74 const int SIXTEEN = 16; variable
8981 size_t storeLen = SIXTEEN; in useArrayBuffer2()
9056 size_t storeLen = SIXTEEN; in useArrayBuffer3()

Completed in 21 milliseconds