Searched refs:oh_trackformat (Results 1 – 1 of 1) sorted by relevance
/ohos5.0/foundation/multimedia/av_codec/test/nativedemo/avdemuxer/ |
H A D | avdemuxer_demo_runner.cpp | 120 static void ShowSourceDescription(OH_AVFormat *oh_trackformat) in ShowSourceDescription() argument 133 OH_AVFormat_GetIntValue(oh_trackformat, OH_MD_KEY_TRACK_TYPE, &trackType); in ShowSourceDescription() 134 OH_AVFormat_GetLongValue(oh_trackformat, OH_MD_KEY_DURATION, &duration); in ShowSourceDescription() 135 OH_AVFormat_GetStringValue(oh_trackformat, OH_MD_KEY_CODEC_MIME, &mimeType); in ShowSourceDescription() 136 OH_AVFormat_GetLongValue(oh_trackformat, OH_MD_KEY_BITRATE, &bitrate); in ShowSourceDescription() 137 OH_AVFormat_GetIntValue(oh_trackformat, OH_MD_KEY_WIDTH, &width); in ShowSourceDescription() 138 OH_AVFormat_GetIntValue(oh_trackformat, OH_MD_KEY_HEIGHT, &height); in ShowSourceDescription() 140 OH_AVFormat_GetDoubleValue(oh_trackformat, OH_MD_KEY_FRAME_RATE, &keyFrameRate); in ShowSourceDescription() 141 OH_AVFormat_GetIntValue(oh_trackformat, OH_MD_KEY_PROFILE, &profile); in ShowSourceDescription() 180 OH_AVFormat *oh_trackformat = avSourceDemo->GetTrackFormat(i); in RunNativeDemuxer() local [all …]
|