Searched defs:skip_count (Results 1 - 2 of 2) sorted by relevance

/hardware/intel/img/psb_video/src/mrst/
H A Dpsb_MPEG2MC.c849 uint32_t skip_count = 0; local
861 while (mb_pending || skip_count) {
878 while ((mb_pending || skip_count) && mb_in_buffer--) {
884 if (skip_count) { /* Skipped macroblock processing */
892 skip_count--;
900 skip_count = MBPARAM_MBskipsFollowing(mb_param);
901 if (skip_count) {
915 psb__MPEG2MC_send_slice_picture_endcommand(ctx, (mb_pending == 0) && (skip_count == 0) && (ctx->size_mb == mb_last));
922 ctx->obj_context->flags = (mb_pending == 0) && (skip_count == 0) && (ctx->size_mb == mb_last) ? FW_VA_RENDER_IS_LAST_SLICE : 0;
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/src/
H A Dgtest-all.cc827 // skip_count - the number of top frames to be skipped; doesn't count
829 virtual string CurrentStackTrace(int max_depth, int skip_count) = 0;
845 virtual string CurrentStackTrace(int max_depth, int skip_count)
1024 // the gtest_stack_trace_depth flag. The skip_count parameter
1031 std::string CurrentOsStackTraceExceptTop(int skip_count) GTEST_NO_INLINE_;
2251 // the gtest_stack_trace_depth flag. The skip_count parameter
2258 std::string UnitTestImpl::CurrentOsStackTraceExceptTop(int skip_count) { argument
2259 (void)skip_count;
4993 // skip_count - the number of top frames to be skipped; doesn't count
4997 int /* skip_count */)
6119 GetCurrentOsStackTraceExceptTop(UnitTest* , int skip_count) argument
[all...]

Completed in 98 milliseconds