OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mix_videoframe_set_timestamp
(Results
1 - 8
of
8
) sorted by null
/hardware/intel/common/libmix/mix_video/src/
mixvideoframe.h
135
MIX_RESULT
mix_videoframe_set_timestamp
(MixVideoFrame * obj, guint64 timestamp);
mixframemanager.c
630
ret =
mix_videoframe_set_timestamp
(fm->p_frame,
657
ret =
mix_videoframe_set_timestamp
(mvf, fm->prev_timestamp);
mixvideoframe.c
286
MIX_RESULT
mix_videoframe_set_timestamp
(MixVideoFrame * obj, guint64 timestamp) {
function
mixsurfacepool.c
348
mix_videoframe_set_timestamp
(frame, 0);
mixvideoformat_mp42.c
840
ret =
mix_videoframe_set_timestamp
(skip_frame, timestamp);
1072
mix_videoframe_set_timestamp
(frame, timestamp);
[
all
...]
mixvideoformat_vc1.c
[
all
...]
mixvideoformat_h264.c
[
all
...]
/hardware/intel/common/libmix/mix_video/test/src/
test_framemanager.c
97
mixresult =
mix_videoframe_set_timestamp
(mvf, pts);
Completed in 126 milliseconds