Home
last modified time | relevance | path

Searched refs:formatName (Results 1 - 8 of 8) sorted by relevance

/foundation/multimedia/av_codec/services/media_engine/plugins/ffmpeg_adapter/demuxer/
H A Dffmpeg_reference_parser.cpp51 std::string formatName(formatContext_.get()->iformat->name); in ParserBoxInfo()
52 if (formatName.find("mp4") == std::string::npos) { in ParserBoxInfo()
53 MEDIA_LOG_D("Do not support " PUBLIC_LOG_S, formatName.c_str()); in ParserBoxInfo()
90 std::string formatName(formatContext_.get()->iformat->name); in ParserRefUpdatePos()
91 FALSE_RETURN_V_MSG_E(formatName.find("mp4") != std::string::npos, Status::ERROR_UNSUPPORTED_FORMAT, in ParserRefUpdatePos()
190 std::string formatName(parserRefFormatContext_.get()->iformat->name); in ParserRefInit()
191 FALSE_RETURN_V_MSG_E(formatName.find("mp4") != std::string::npos, Status::ERROR_UNSUPPORTED_FORMAT, "Mp4 only"); in ParserRefInit()
/foundation/multimedia/media_lite/services/player_lite/impl/player_control/include/
H A Dhi_demuxer.h72 char *formatName; /**< File format name, in the unit of byte. */ member
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/
H A Dimage_format_convert_test.cpp199 std::string formatName = GetNamedPixelFormat(srcFormat) + "To" + GetNamedPixelFormat(destFormat) + ".yuv"; in RgbConvertToYuv() local
200 std::string outname = size.width % EVEN_ODD_DIVISOR == 0 ? "Tree_" + formatName : "Odd_" + formatName; in RgbConvertToYuv()
233 std::string formatName = GetNamedPixelFormat(srcFormat) + "To" + GetNamedPixelFormat(destFormat) + ".rgb"; in YuvConvertToRgb() local
234 std::string outname = size.width % EVEN_ODD_DIVISOR == 0 ? "Tree_" + formatName : "Odd_" + formatName; in YuvConvertToRgb()
296 std::string formatName = GetNamedPixelFormat(srcFormat) + "To" + GetNamedPixelFormat(destFormat) + ".yuv"; in YuvP010ConvertToRgb() local
297 std::string outname = size.width % EVEN_ODD_DIVISOR == 0 ? "Tree_" + formatName : "Odd_" + formatName; in YuvP010ConvertToRgb()
336 std::string formatName in Rgba1010102ConvertToYuvP010() local
399 std::string formatName = GetNamedPixelFormat(srcFormat) + "To" + GetNamedPixelFormat(destFormat) + ".yuv"; RgbConvertToYuvByPixelMap() local
441 std::string formatName = GetNamedPixelFormat(srcFormat) + "To" + GetNamedPixelFormat(destFormat) + "P010.yuv"; RgbConvertToYuvP010ByPixelMap() local
478 std::string formatName = GetNamedPixelFormat(srcFormat) + "To" + GetNamedPixelFormat(destFormat) + "P010.yuv"; RgbConvertToYuvP010() local
539 std::string formatName = GetNamedPixelFormat(srcFormat) + "To" + GetNamedPixelFormat(destFormat) + ".yuv"; PixelMapFormatConvert() local
565 std::string formatName = GetNamedPixelFormat(srcFormat) + "To" + GetNamedPixelFormat(destFormat) + ".yuv"; PixelMap10bitConvert() local
[all...]
/foundation/multimedia/media_foundation/services/media_monitor/server/include/
H A Dffmpeg_api_wrap.h40 const char *formatName,
94 const AVOutputFormat *oformat, const char *formatName, const char *filename);
/foundation/multimedia/media_lite/services/player_lite/impl/player_control/source/
H A Dplayer_demux.cpp229 fileInfo.formatName = info.formatName; in GetFileInfo()
/foundation/multimedia/media_foundation/services/media_monitor/server/src/
H A Dffmpeg_api_wrap.cpp176 const AVOutputFormat *oformat, const char *formatName, const char *filename) in FormatAllocOutputContext()
180 ret = foramtAllocOutputFunc(ctx, oformat, formatName, filename); in FormatAllocOutputContext()
175 FormatAllocOutputContext(AVFormatContext **ctx, const AVOutputFormat *oformat, const char *formatName, const char *filename) FormatAllocOutputContext() argument
/foundation/distributedhardware/distributed_camera/services/cameraservice/cameraoperator/handler/src/
H A Ddcamera_handler.cpp332 std::string formatName = std::to_string(dformat); in ProcessProfile() local
335 formatMap[formatName].push_back(resolutionValue); in ProcessProfile()
/foundation/multimedia/media_lite/services/player_lite/impl/player_control/player/
H A Dliteplayer.cpp1608 if (fmtFileInfo_.formatName != nullptr && strstr(fmtFileInfo_.formatName, "mpegts") != NULL) { in DoTPlay()

Completed in 11 milliseconds