Home
last modified time | relevance | path

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

/hardware/intel/common/libmix/mix_video/src/
Dmixvideoformatenc_preview.c47 self->cur_fame = NULL; in mix_videoformatenc_preview_init()
723 if (self->cur_fame != NULL) in mix_videofmtenc_preview_flush()
725 mix_videoframe_unref (self->cur_fame); in mix_videofmtenc_preview_flush()
726 self->cur_fame = NULL; in mix_videofmtenc_preview_flush()
798 if (self->cur_fame != NULL) in mix_videofmtenc_preview_deinitialize()
800 mix_videoframe_unref (self->cur_fame); in mix_videofmtenc_preview_deinitialize()
801 self->cur_fame = NULL; in mix_videofmtenc_preview_deinitialize()
947 mix->cur_fame = NULL; in mix_videofmtenc_preview_process_encode()
950 if (mix->cur_fame == NULL) in mix_videofmtenc_preview_process_encode()
952 ret = mix_surfacepool_get(parent->surfacepool, &mix->cur_fame); in mix_videofmtenc_preview_process_encode()
[all …]
Dmixvideoformatenc_mpeg4.c47 self->cur_fame = NULL; in mix_videoformatenc_mpeg4_init()
779 if (self->cur_fame != NULL) in mix_videofmtenc_mpeg4_flush()
781 mix_videoframe_unref (self->cur_fame); in mix_videofmtenc_mpeg4_flush()
782 self->cur_fame = NULL; in mix_videofmtenc_mpeg4_flush()
853 if (self->cur_fame != NULL) in mix_videofmtenc_mpeg4_deinitialize()
855 mix_videoframe_unref (self->cur_fame); in mix_videofmtenc_mpeg4_deinitialize()
856 self->cur_fame = NULL; in mix_videofmtenc_mpeg4_deinitialize()
1282 mix->cur_fame = NULL; in mix_videofmtenc_mpeg4_process_encode()
1285 if (mix->cur_fame == NULL) in mix_videofmtenc_mpeg4_process_encode()
1287 ret = mix_surfacepool_get(parent->surfacepool, &mix->cur_fame); in mix_videofmtenc_mpeg4_process_encode()
[all …]
Dmixvideoformatenc_h264.c47 self->cur_fame = NULL; in mix_videoformatenc_h264_init()
796 if (self->cur_fame != NULL) in mix_videofmtenc_h264_flush()
798 mix_videoframe_unref (self->cur_fame); in mix_videofmtenc_h264_flush()
799 self->cur_fame = NULL; in mix_videofmtenc_h264_flush()
871 if (self->cur_fame != NULL) in mix_videofmtenc_h264_deinitialize()
873 mix_videoframe_unref (self->cur_fame); in mix_videofmtenc_h264_deinitialize()
874 self->cur_fame = NULL; in mix_videofmtenc_h264_deinitialize()
1346 mix->cur_fame = NULL; in mix_videofmtenc_h264_process_encode()
1349 if (mix->cur_fame == NULL) in mix_videofmtenc_h264_process_encode()
1351 ret = mix_surfacepool_get(parent->surfacepool, &mix->cur_fame); in mix_videofmtenc_h264_process_encode()
[all …]
Dmixvideoformatenc_mpeg4.h46 MixVideoFrame *cur_fame; //current input frame to be encoded; member
Dmixvideoformatenc_preview.h45 MixVideoFrame *cur_fame; //current input frame to be encoded; member
Dmixvideoformatenc_h264.h45 MixVideoFrame *cur_fame; //current input frame to be encoded; member