Home
last modified time | relevance | path

Searched refs:bufferSrcArgs (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/utils/src/
H A Dpixel_yuv_utils.cpp312 …const char *bufferSrcArgs = av_asprintf("video_size=%dx%d:pix_fmt=%d:time_base=1/1:pixel_aspect=1/… in CreateBufferSource() local
314 if (!bufferSrcArgs) { in CreateBufferSource()
320 bufferSrcArgs, nullptr, *filterGraph) < 0) { in CreateBufferSource()
322 av_free(reinterpret_cast<void *>(const_cast<char *>(bufferSrcArgs))); in CreateBufferSource()
326 av_free(reinterpret_cast<void *>(const_cast<char *>(bufferSrcArgs))); in CreateBufferSource()