HomeSort by relevance Sort by last modified time
    Searched defs:mvf (Results 1 - 2 of 2) sorted by null

  /hardware/intel/common/libmix/mix_video/test/src/
test_framemanager.c 12 MixVideoFrame *mvf = NULL; local
18 mixresult = mix_framemanager_dequeue(fm, &mvf);
20 mixresult = mix_videoframe_get_timestamp(mvf, &pts);
22 /* mix_videoframe_unref(mvf); */
58 MixVideoFrame *mvf = NULL; local
91 mvf = mix_videoframe_new();
92 if (!mvf) {
97 mixresult = mix_videoframe_set_timestamp(mvf, pts);
105 mvf_1st = mvf;
107 g_ptr_array_add(fa, (gpointer) mvf);
    [all...]
  /hardware/intel/common/libmix/mix_video/src/
mixvideoformat_h264.c 1502 MixVideoFrame *mvf = NULL; local
    [all...]

Completed in 77 milliseconds