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

  /frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
vlc_decode.h 96 PV_STATUS PV_DecodeMBVec(BitstreamDecVideo *stream, MOT *mv_x, MOT *mv_y, int f_code_f);
vlc_decode.cpp 231 status = PV_DecodeMBVec(stream, &mvx, &mvy, f_code_f);
244 status = PV_DecodeMBVec(stream, &mvx, &mvy, f_code_f);
267 PV_STATUS PV_DecodeMBVec(BitstreamDecVideo *stream, MOT *mv_x, MOT *mv_y, int f_code_f)
    [all...]

Completed in 104 milliseconds