Searched refs:formatKey (Results 1 – 4 of 4) sorted by relevance
/ohos5.0/foundation/multimedia/av_codec/services/engine/codec/video/fcodec/ |
H A D | fcodec.cpp | 162 format_.PutIntValue(formatKey, val32); in ConfigureDefaultVal() 166 std::string(formatKey).c_str(), minVal, maxVal); in ConfigureDefaultVal() 177 if (formatKey == MediaDescriptionKey::MD_KEY_PIXEL_FORMAT) { in ConfigureSurface() 183 format_.PutIntValue(formatKey, val); in ConfigureSurface() 184 } else if (formatKey == MediaDescriptionKey::MD_KEY_ROTATION_ANGLE) { in ConfigureSurface() 190 } else if (formatKey == MediaDescriptionKey::MD_KEY_SCALE_TYPE) { in ConfigureSurface() 195 format_.PutIntValue(formatKey, val); in ConfigureSurface() 198 std::string(formatKey).c_str()); in ConfigureSurface() 530 if (formatKey == MediaDescriptionKey::MD_KEY_PIXEL_FORMAT) { in SetSurfaceParameter() 543 } else if (formatKey == MediaDescriptionKey::MD_KEY_ROTATION_ANGLE) { in SetSurfaceParameter() [all …]
|
H A D | fcodec.h | 116 …void ConfigureSurface(const Format &format, const std::string_view &formatKey, FormatDataType form… 117 …void ConfigureDefaultVal(const Format &format, const std::string_view &formatKey, int32_t minVal =… 125 …void SetSurfaceParameter(const Format &format, const std::string_view &formatKey, FormatDataType f…
|
/ohos5.0/foundation/multimedia/av_codec/services/engine/codec/video/hevcdecoder/ |
H A D | hevc_decoder.cpp | 237 format_.PutIntValue(formatKey, val32); in ConfigureDefaultVal() 241 formatKey.data(), minVal, maxVal); in ConfigureDefaultVal() 252 if (formatKey == MediaDescriptionKey::MD_KEY_PIXEL_FORMAT) { in ConfigureSurface() 257 format_.PutIntValue(formatKey, val); in ConfigureSurface() 258 } else if (formatKey == MediaDescriptionKey::MD_KEY_ROTATION_ANGLE) { in ConfigureSurface() 264 } else if (formatKey == MediaDescriptionKey::MD_KEY_SCALE_TYPE) { in ConfigureSurface() 269 format_.PutIntValue(formatKey, val); in ConfigureSurface() 558 if (formatKey == MediaDescriptionKey::MD_KEY_PIXEL_FORMAT) { in SetSurfaceParameter() 576 } else if (formatKey == MediaDescriptionKey::MD_KEY_ROTATION_ANGLE) { in SetSurfaceParameter() 584 } else if (formatKey == MediaDescriptionKey::MD_KEY_SCALE_TYPE) { in SetSurfaceParameter() [all …]
|
H A D | hevc_decoder.h | 131 …void ConfigureSurface(const Format &format, const std::string_view &formatKey, FormatDataType form… 132 …void ConfigureDefaultVal(const Format &format, const std::string_view &formatKey, int32_t minVal =… 140 …void SetSurfaceParameter(const Format &format, const std::string_view &formatKey, FormatDataType f…
|