Home
last modified time | relevance | path

Searched refs:pts (Results 751 - 775 of 1260) sorted by relevance

1...<<31323334353637383940>>...51

/foundation/multimedia/camera_framework/services/camera_service/src/avcodec/
H A Daudio_encoder.cpp144 bufferInfo->attr.pts = audioRecord->GetTimeStamp(); in EnqueueBuffer()
186 MEDIA_DEBUG_LOG("Out buffer count: %{public}u, size: %{public}d, flag: %{public}u, pts:%{public}" PRId64, in EncodeAudioBuffer()
187 context_->outputFrameCount_, bufferInfo->attr.size, bufferInfo->attr.flags, bufferInfo->attr.pts); in EncodeAudioBuffer()
/foundation/multimedia/av_codec/test/unittest/video_test/vcodec_framework_test/func_sample/mock/inner/
H A Dvideoenc_inner_mock.cpp92 bufferInfo.pts = info.presentationTimeUs; in OnOutputBufferAvailable()
290 info.presentationTimeUs = attr.pts; in PushInputData()
H A Dvideodec_inner_mock.cpp92 bufferInfo.pts = info.presentationTimeUs; in OnOutputBufferAvailable()
214 info.presentationTimeUs = attr.pts; in PushInputData()
/foundation/multimedia/media_foundation/engine/plugin/plugins/minimp3_adapter/
H A Dminimp3_decoder_plugin.cpp220 outBuffer->pts = inBuffer->pts; in AudioDecoderMp3Process()
/foundation/multimedia/av_codec/test/nativedemo/audio_demo/
H A Davcodec_audio_opus_encoder_demo.cpp80 << ", attr->flags:" << attr->flags << ", pts " << attr->pts << endl; in OnOutputBufferAvailable()
220 info.pts = 0; in HandleEOS()
/foundation/distributedhardware/distributed_hardware_fwk/av_transport/av_trans_engine/plugin/plugins/av_trans_input/dsoftbus_input_audio/
H A Ddsoftbus_input_audio_plugin.cpp286 buffer->pts = meta->pts_; in CreateBuffer()
289 AVTRANS_LOGI("buffer pts: %{public}ld, bufferLen: %{public}zu, frameNumber: %{public}zu", in CreateBuffer()
290 buffer->pts, buffer->GetMemory()->GetSize(), meta->frameNum_); in CreateBuffer()
/foundation/distributedhardware/distributed_hardware_fwk/av_transport/av_trans_engine/plugin/test/av_trans_output/output_control_test/
H A Doutput_controller_test.cpp125 data->pts = 100; in HWTEST_F()
231 data->pts = 1; in HWTEST_F()
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/recording/
H A Drecording_canvas.h66 void DrawPoints(PointMode mode, size_t count, const Point pts[]) override;
108 void ClipRoundRect(const Rect& rect, std::vector<Point>& pts, bool doAntiAlias) override;
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/impl_interface/
H A Dcore_canvas_impl.h86 virtual void DrawPoints(PointMode mode, size_t count, const Point pts[], const Paint& paint) = 0;
143 virtual void ClipRoundRect(const Rect& rect, std::vector<Point>& pts, bool doAntiAlias = false) = 0;
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/skia_adapter/
H A Dskia_canvas.h81 void DrawPoints(PointMode mode, size_t count, const Point pts[], const Paint& paint) override;
136 void ClipRoundRect(const Rect& rect, std::vector<Point>& pts, bool doAntiAlias) override;
/third_party/ffmpeg/libavcodec/
H A Dlibtheoraenc.c349 pkt->pts = pkt->dts = frame->pts; in encode_frame()
H A Dframe_thread_encoder.c112 pkt->pts = pkt->dts = frame->pts; in worker()
/third_party/ffmpeg/libavfilter/
H A Dvf_elbg.c190 out->pts = frame->pts; in filter_frame()
H A Daf_ashowinfo.c216 "n:%"PRId64" pts:%s pts_time:%s pos:%"PRId64" " in filter_frame()
220 av_ts2str(buf->pts), av_ts2timestr(buf->pts, &inlink->time_base), in filter_frame()
H A Daf_rubberband.c101 s->first_pts = in->pts; in filter_frame()
113 out->pts = s->first_pts + av_rescale_q(s->nb_samples_out, in filter_frame()
H A Dvf_amplify.c236 out->pts = s->frames[0]->pts; in filter_frame()
H A Dvf_neighbor_opencl.c137 input->width, input->height, input->pts); in neighbor_opencl_filter_frame()
208 output->width, output->height, output->pts); in neighbor_opencl_filter_frame()
H A Dvf_multiply.c157 out->pts = av_rescale_q(s->fs.pts, s->fs.time_base, outlink->time_base); in process_frame()
H A Dvf_scale_vaapi.c112 input_frame->width, input_frame->height, input_frame->pts); in scale_vaapi_filter_frame()
154 output_frame->width, output_frame->height, output_frame->pts, in scale_vaapi_filter_frame()
H A Dvf_transpose_opencl.c146 input->width, input->height, input->pts); in transpose_opencl_filter_frame()
202 output->width, output->height, output->pts); in transpose_opencl_filter_frame()
H A Dvf_transpose_vaapi.c132 input_frame->width, input_frame->height, input_frame->pts); in transpose_vaapi_filter_frame()
164 output_frame->width, output_frame->height, output_frame->pts); in transpose_vaapi_filter_frame()
H A Dvf_hwmap.c313 input->width, input->height, input->pts); in hwmap_filter_frame()
353 map->width, map->height, map->pts); in hwmap_filter_frame()
H A Dvf_maskedthreshold.c192 out->pts = av_rescale_q(s->fs.pts, s->fs.time_base, outlink->time_base); in process_frame()
/third_party/ffmpeg/libavformat/
H A Dbink.c279 pkt->pts = bink->audio_pts[bink->current_track - 1]; in read_packet()
296 pkt->pts = bink->video_pts++; in read_packet()
H A Dpp_bnk.c300 int64_t pts, int flags) in pp_bnk_seek()
304 if (pts != 0) in pp_bnk_seek()
299 pp_bnk_seek(AVFormatContext *s, int stream_index, int64_t pts, int flags) pp_bnk_seek() argument

Completed in 15 milliseconds

1...<<31323334353637383940>>...51