Lines Matching refs:info
230 OH_AVCodecBufferAttr info;
231 info.pts = 0;
232 info.size = INFO_SIZE;
233 info.offset = 0;
234 info.flags = 0;
236 ret = muxerDemo->NativeWriteSampleBuffer(nullptr, trackId, avMemBuffer, info);
277 OH_AVCodecBufferAttr info;
278 info.pts = 0;
279 info.size = INFO_SIZE;
280 info.offset = 0;
281 info.flags = 0;
283 ret = muxerDemo->NativeWriteSampleBuffer(handle, trackId, nullptr, info);