Searched refs:CODEC_CONFIG (Results 1 – 5 of 5) sorted by relevance
/ohos5.0/foundation/multimedia/av_codec/test/moduletest/muxer/NativeAPI/ |
H A D | NativeAVMuxerParamCheckTest.cpp | 173 uint8_t a[CODEC_CONFIG]; 216 uint8_t a[CODEC_CONFIG]; 276 uint8_t a[CODEC_CONFIG]; 336 uint8_t a[CODEC_CONFIG]; 383 uint8_t a[CODEC_CONFIG]; 444 uint8_t a[CODEC_CONFIG]; 532 uint8_t a[CODEC_CONFIG]; 586 uint8_t a[CODEC_CONFIG]; 640 uint8_t a[CODEC_CONFIG]; 694 uint8_t a[CODEC_CONFIG]; [all …]
|
H A D | NativeAVMuxerNullCheckTest.cpp | 41 constexpr int32_t CODEC_CONFIG = 100; variable 91 OH_AVFormat_SetBuffer(trackFormat, OH_MD_KEY_CODEC_CONFIG, a, CODEC_CONFIG); 123 OH_AVFormat_SetBuffer(trackFormat, OH_MD_KEY_CODEC_CONFIG, a, CODEC_CONFIG); 180 OH_AVFormat_SetBuffer(trackFormat, OH_MD_KEY_CODEC_CONFIG, a, CODEC_CONFIG); 217 OH_AVFormat_SetBuffer(trackFormat, OH_MD_KEY_CODEC_CONFIG, a, CODEC_CONFIG); 266 OH_AVFormat_SetBuffer(trackFormat, OH_MD_KEY_CODEC_CONFIG, a, CODEC_CONFIG); 312 OH_AVFormat_SetBuffer(trackFormat, OH_MD_KEY_CODEC_CONFIG, a, CODEC_CONFIG);
|
H A D | InnerAVMuxerDemo.cpp | 28 constexpr int32_t CODEC_CONFIG = 100; variable 64 std::vector<uint8_t> a(CODEC_CONFIG); in AddTrack()
|
H A D | NativeAVMuxerInterfaceDependCheckTest.cpp | 41 constexpr int32_t CODEC_CONFIG = 100; variable 73 OH_AVFormat_SetBuffer(trackFormat, OH_MD_KEY_CODEC_CONFIG, a, CODEC_CONFIG); in AddTrack()
|
H A D | NativeAVMuxerStablityTest.cpp | 60 constexpr int32_t CODEC_CONFIG = 100; variable 92 OH_AVFormat_SetBuffer(trackFormat, OH_MD_KEY_CODEC_CONFIG, a, CODEC_CONFIG); in AddTrack()
|