Searched refs:FAIL_RET_WHEN_ASSIGN_LOCKED (Results 1 – 1 of 1) sorted by relevance
/ohos5.0/foundation/multimedia/media_foundation/engine/plugin/plugins/ffmpeg_adapter/audio_decoder/ |
H A D | audio_ffmpeg_decoder_plugin.cpp | 272 #define FAIL_RET_WHEN_ASSIGN_LOCKED(tag, type, assign) \ in Prepare() macro 293 FAIL_RET_WHEN_ASSIGN_LOCKED(Tag::AUDIO_CHANNELS, int32_t, tmpCtx->channels); in Prepare() 294 FAIL_RET_WHEN_ASSIGN_LOCKED(Tag::AUDIO_SAMPLE_RATE, int32_t, tmpCtx->sample_rate); in Prepare() 295 FAIL_RET_WHEN_ASSIGN_LOCKED(Tag::MEDIA_BITRATE, int64_t, tmpCtx->bit_rate); in Prepare() 296 … FAIL_RET_WHEN_ASSIGN_LOCKED(Tag::BITS_PER_CODED_SAMPLE, int32_t, tmpCtx->bits_per_coded_sample); in Prepare() 317 #undef FAIL_RET_WHEN_ASSIGN_LOCKED in Prepare()
|