Home
last modified time | relevance | path

Searched refs:H264_NALU_TYPE (Results 1 - 13 of 13) sorted by relevance

/foundation/multimedia/av_codec/test/fuzztest/hwdecoderapi11_fuzzer/
H A Dvideodec_api11_sample.cpp34 constexpr uint8_t H264_NALU_TYPE = 0x1f; member
438 if ((fileBuffer[START_CODE_SIZE] & H264_NALU_TYPE) == SPS || in SendData()
439 (fileBuffer[START_CODE_SIZE] & H264_NALU_TYPE) == PPS) { in SendData()
/foundation/multimedia/av_codec/test/fuzztest/hevcswdecoderapi11_fuzzer/
H A Dvideodec_api11_sample.cpp34 constexpr uint8_t H264_NALU_TYPE = 0x1f; member
438 if ((fileBuffer[START_CODE_SIZE] & H264_NALU_TYPE) == SPS || in SendData()
439 (fileBuffer[START_CODE_SIZE] & H264_NALU_TYPE) == PPS) { in SendData()
/foundation/multimedia/av_codec/test/moduletest/vcodec/hwdecoder/src/InnerAPI/
H A Dvideodec_ndk_inner_sample.cpp39 constexpr uint8_t H264_NALU_TYPE = 0x1f; member
366 if ((fileBuffer[START_CODE_SIZE] & H264_NALU_TYPE) == SPS || in SendData()
367 (fileBuffer[START_CODE_SIZE] & H264_NALU_TYPE) == PPS) { in SendData()
/foundation/multimedia/av_codec/test/fuzztest/hevcswdecoderconfigure_fuzzer/
H A Dvideodec_sample.cpp36 constexpr uint8_t H264_NALU_TYPE = 0x1f; member
306 switch (frameBuffer[START_CODE_SIZE] & H264_NALU_TYPE) { in CopyStartCode()
/foundation/multimedia/av_codec/test/fuzztest/swdecoderconfigure_fuzzer/
H A Dvideodec_sample.cpp36 constexpr uint8_t H264_NALU_TYPE = 0x1f; member
306 switch (frameBuffer[START_CODE_SIZE] & H264_NALU_TYPE) { in CopyStartCode()
/foundation/multimedia/av_codec/test/fuzztest/hwdecoder_fuzzer/
H A Dvideodec_sample.cpp29 constexpr uint8_t H264_NALU_TYPE = 0x1f; member
292 switch (frameBuffer[START_CODE_SIZE] & H264_NALU_TYPE) { in CopyStartCode()
/foundation/multimedia/av_codec/test/moduletest/vcodec/hevcswdecoder/src/
H A Dvideodec_ndk_sample.cpp39 constexpr uint8_t H264_NALU_TYPE = 0x1f; member
650 if ((fileBuffer[START_CODE_SIZE] & H264_NALU_TYPE) == SPS || in SendData()
651 (fileBuffer[START_CODE_SIZE] & H264_NALU_TYPE) == PPS) { in SendData()
H A Dvideodec_api11_sample.cpp40 constexpr uint8_t H264_NALU_TYPE = 0x1f; member
712 if ((fileBuffer[START_CODE_SIZE] & H264_NALU_TYPE) == SPS || in SendData()
713 (fileBuffer[START_CODE_SIZE] & H264_NALU_TYPE) == PPS) { in SendData()
/foundation/multimedia/av_codec/test/moduletest/vcodec/hwdecoder/src/
H A Dvideodec_ndk_sample.cpp33 constexpr uint8_t H264_NALU_TYPE = 0x1f; member
589 if ((fileBuffer[START_CODE_SIZE] & H264_NALU_TYPE) == SPS || in SendData()
590 (fileBuffer[START_CODE_SIZE] & H264_NALU_TYPE) == PPS) { in SendData()
H A Dvideodec_api11_sample.cpp39 constexpr uint8_t H264_NALU_TYPE = 0x1f; member
700 if ((fileBuffer[START_CODE_SIZE] & H264_NALU_TYPE) == SPS || in SendData()
701 (fileBuffer[START_CODE_SIZE] & H264_NALU_TYPE) == PPS) { in SendData()
/foundation/multimedia/av_codec/test/moduletest/vcodec/swdecoder/src/
H A Dvideodec_api11_sample.cpp33 constexpr uint8_t H264_NALU_TYPE = 0x1f; member
577 if ((fileBuffer[START_CODE_SIZE] & H264_NALU_TYPE) == SPS || in SendData()
578 (fileBuffer[START_CODE_SIZE] & H264_NALU_TYPE) == PPS) { in SendData()
H A Dvideodec_ndk_sample.cpp42 constexpr uint8_t H264_NALU_TYPE = 0x1f; member
483 switch (frameBuffer[START_CODE_SIZE] & H264_NALU_TYPE) { in CopyStartCode()
/foundation/multimedia/av_codec/test/moduletest/vcodec/swdecoder/src/InnerAPI/
H A Dvideodec_ndk_inner_sample.cpp41 constexpr uint8_t H264_NALU_TYPE = 0x1f; member
454 switch (frameBuffer[START_CODE_SIZE] & H264_NALU_TYPE) { in CopyStartCode()

Completed in 21 milliseconds