Home
last modified time | relevance | path

Searched refs:SPS (Results 1 – 25 of 27) sorted by relevance

12

/ohos5.0/foundation/multimedia/av_codec/test/fuzztest/hwdecoder_fuzzer/
H A Dhwdecoder_fuzzer.cpp32 constexpr uint8_t SPS[SPS_SIZE + START_CODE_SIZE] = {0x00, 0x00, 0x00, 0x01, 0x67, 0x64, 0x00, 0x28… variable
83 g_vDecSample->InputFuncFUZZ(SPS, SPS_SIZE + START_CODE_SIZE); in HwdecoderFuzzTest()
H A Dvideodec_sample.cpp33 constexpr uint8_t SPS = 7; variable
293 case SPS: in CopyStartCode()
/ohos5.0/foundation/multimedia/av_codec/test/fuzztest/hwdecoderapi11_fuzzer/
H A Dhwdecoderapi11_fuzzer.cpp33 constexpr uint8_t SPS[SPS_SIZE + START_CODE_SIZE] = {0x00, 0x00, 0x00, 0x01, 0x67, 0x64, 0x00, 0x28… variable
89 g_vDecSample->InputFuncFUZZ(SPS, SPS_SIZE + START_CODE_SIZE); in HwdecoderApi11FuzzTest()
H A Dvideodec_api11_sample.cpp29 constexpr uint8_t SPS = 7; variable
438 if ((fileBuffer[START_CODE_SIZE] & H264_NALU_TYPE) == SPS || in SendData()
/ohos5.0/docs/zh-cn/application-dev/reference/apis-avcodec-kit/
H A D_video_decoder.md44 …flush) ([OH_AVCodec](_codec_base.md#oh_avcodec) \*codec) | 清除解码器中缓存的输入和输出数据及参数集如H264格式的PPS/SPS。 |
209 清除解码器中缓存的输入和输出数据及参数集如H264格式的PPS/SPS。调用此接口后,以前通过异步回调上报的所有缓冲区index都将失效,请确保不要访问这些index对应的缓冲区。
380 此外,对于某些解码器,需要在开始时向解码器输入编解码特定数据,以初始化解码器的解码过程,如H264格式的PPS/SPS数据。
381 调用者可以使用该接口把解码需要的参数集如H264格式的PPS/SPS传递给解码器,该参数集可以单独送入解码器也可以和要解码的数据一起传入。
858 此外,对于某些解码器,需要在开始时向解码器输入编解码特定数据,以初始化解码器的解码过程,如H264格式的PPS/SPS数据。
H A D_video_encoder.md60 …_flush) ([OH_AVCodec](_codec_base.md#oh_avcodec) \*codec) | 清除编码器中缓存的输入和输出数据及参数集如H264格式的PPS/SPS。 |
291 清除编码器中缓存的输入和输出数据及参数集如H264格式的PPS/SPS
H A D_codec_base.md55 | [OH_MD_KEY_CODEC_CONFIG](#oh_md_key_codec_config) | 编解码器特定数据的键,视频中表示传递SPS/PPS,音频中表示传递e…
255 | const char \* [OH_MD_KEY_CODEC_CONFIG](#oh_md_key_codec_config) | 编解码器特定数据的键,视频中表示传递SPS/PPS,音频中表示…
1847 编解码器特定数据的键,视频中表示传递SPS/PPS,音频中表示传递extraData,值类型为uint8_t\*。 <!--Del-->(视频编解码此功能暂未支持)<!--DelEnd-->
/ohos5.0/docs/zh-cn/application-dev/media/avcodec/
H A Dvideo-decoding.md22 2. Flush,Reset,Stop之后,重新Start时,需要重新传PPS/SPS。具体示例请参考[Surface模式](#surface模式)步骤14调用OH_VideoDecoder_Flu…
297 …> 2. 播放视频时,若视频码流的SPS中包含颜色信息,解码器会把这些信息(RangeFlag、ColorPrimary、MatrixCoefficient、TransferCharacteris…
590 调用OH_VideoDecoder_Flush接口后,解码器仍处于运行态,但会清除解码器中缓存的输入和输出数据及参数集如H264格式的PPS/SPS
594 - xpsData, xpsSize:PPS/SPS信息,获取方式可以参考[音视频解封装](./audio-video-demuxer.md)。
615 // 重传PPS/SPS
616 // 配置帧数据PPS/SPS信息
639 > Flush之后,重新调用OH_VideoDecoder_Start接口时,需要重新传PPS/SPS
H A Dvideo-encoding.md521 调用OH_VideoEncoder_Flush接口后,编码器仍处于运行态,但会清除编码器中缓存的输入和输出数据及参数集如H264格式的PPS/SPS
/ohos5.0/foundation/multimedia/av_codec/services/media_engine/modules/demuxer/
H A Dframe_detector.h69 SPS = 7, enumerator
/ohos5.0/foundation/multimedia/av_codec/test/unittest/hcodec_test/helper/
H A Dstart_code_detector.h97 SPS = 7, enumerator
/ohos5.0/foundation/multimedia/av_codec/test/fuzztest/swdecoderconfigure_fuzzer/
H A Dvideodec_sample.cpp31 constexpr uint8_t SPS = 7; variable
307 case SPS: in CopyStartCode()
/ohos5.0/foundation/multimedia/av_codec/test/moduletest/vcodec/hwdecoder/src/InnerAPI/
H A Dvideodec_ndk_inner_sample.cpp42 constexpr uint8_t SPS = 7; variable
366 if ((fileBuffer[START_CODE_SIZE] & H264_NALU_TYPE) == SPS || in SendData()
/ohos5.0/foundation/multimedia/av_codec/test/moduletest/vcodec/swdecoder/src/InnerAPI/
H A Dvideodec_ndk_inner_sample.cpp43 constexpr uint8_t SPS = 7; variable
455 case SPS: in CopyStartCode()
/ohos5.0/foundation/multimedia/av_codec/test/moduletest/vcodec/swdecoder/src/
H A Dvideodec_ndk_sample.cpp33 constexpr uint8_t SPS = 7; variable
484 case SPS: in CopyStartCode()
H A Dvideodec_api11_sample.cpp36 constexpr uint8_t SPS = 7; variable
577 if ((fileBuffer[START_CODE_SIZE] & H264_NALU_TYPE) == SPS || in SendData()
/ohos5.0/docs/en/application-dev/reference/apis-avcodec-kit/
H A D_video_decoder.md44 … | Clears the input and output data and parameters, for example, H.264 PPS/SPS, cached in a video …
219 Clears the input and output data and parameters, for example, H.264 PPS/SPS, cached in a video deco…
401 In addition, some decoders require the input of codec-specific data, such as PPS/SPS data in H.264 …
403 This function is used to transfer the parameters (such as H.264 PPS/SPS) required for decoding to t…
902 In addition, some decoders require the input of codec-specific data, such as PPS/SPS data in H.264 …
H A D_video_encoder.md60 … | Clears the input and output data and parameters, for example, H.264 PPS/SPS, cached in a video …
304 Clears the input and output data and parameters, for example, H.264 PPS/SPS, cached in a video enco…
H A D_codec_base.md55 … | Codec-specific data. In the case of video, data carried in **SPS/PPS** is transferre…
255 …hat describes codec-specific data. In the case of video, data carried in **SPS/PPS** is transferre…
2004 …describes the codec-specific data. In the case of video, data carried in **SPS/PPS** is transferre…
/ohos5.0/docs/en/application-dev/media/avcodec/
H A Dvideo-decoding.md22 - After **flush()**, **reset()**, or **stop()** is called, the PPS/SPS must be transferred again in…
299 …> During video playback, if the SPS of the video stream contains color information, the decoder wi…
590 …te, but the input and output data and parameter set (such as the H.264 PPS/SPS) buffered in the de…
596 …- **xpsData** and **xpsSize**: PPS/SPS information. For details about how to obtain such informati…
617 // Retransfer PPS/SPS.
618 // Configure the frame PPS/SPS information.
642 …> When **OH_VideoDecoder_Start** s called again after the flush operation, the PPS/SPS must be ret…
H A Dvideo-encoding.md523 …te, but the input and output data and parameter set (such as the H.264 PPS/SPS) buffered in the en…
/ohos5.0/foundation/multimedia/av_codec/test/moduletest/vcodec/hwdecoder/src/
H A Dvideodec_ndk_sample.cpp36 constexpr uint8_t SPS = 7; variable
577 if ((fileBuffer[START_CODE_SIZE] & H264_NALU_TYPE) == SPS || in SendData()
H A Dvideodec_api11_sample.cpp42 constexpr uint8_t SPS = 7; variable
700 if ((fileBuffer[START_CODE_SIZE] & H264_NALU_TYPE) == SPS || in SendData()
/ohos5.0/foundation/multimedia/av_codec/test/moduletest/vcodec/hevcswdecoder/src/
H A Dvideodec_ndk_sample.cpp42 constexpr uint8_t SPS = 7; variable
650 if ((fileBuffer[START_CODE_SIZE] & H264_NALU_TYPE) == SPS || in SendData()
H A Dvideodec_api11_sample.cpp43 constexpr uint8_t SPS = 7; variable
712 if ((fileBuffer[START_CODE_SIZE] & H264_NALU_TYPE) == SPS || in SendData()

12