HomeSort by relevance Sort by last modified time
    Searched full:mask_present (Results 1 - 4 of 4) sorted by null

  /external/opencore/codecs_v2/audio/aac/dec/src/
getmask.cpp 75 mask_present = 0 (no Mid/Side mixed)
78 -1 (invalid mask_present read from bitstream)
93 bitstream. If the mask_present field is equal to 2, the mask bits is set to
94 1 for the entire frame. If mask_present has a value of 0, the function
95 returns 0, If mask_present is set to 1, the Mid/Side(MS) information is
96 read from the input stream. When mask_present is 3, an error code (-1) is
146 mask_present = mask present information
148 SWITCH (mask_present)
203 mask_present = -1
207 RETURN mask_present
265 Int mask_present; local
    [all...]
e_maskstatus.h 31 This file gives the enum of mask_present value used in getmask.c
  /frameworks/base/media/libstagefright/codecs/aacdec/
getmask.cpp 75 mask_present = 0 (no Mid/Side mixed)
78 -1 (invalid mask_present read from bitstream)
93 bitstream. If the mask_present field is equal to 2, the mask bits is set to
94 1 for the entire frame. If mask_present has a value of 0, the function
95 returns 0, If mask_present is set to 1, the Mid/Side(MS) information is
96 read from the input stream. When mask_present is 3, an error code (-1) is
146 mask_present = mask present information
148 SWITCH (mask_present)
203 mask_present = -1
207 RETURN mask_present
265 Int mask_present; local
    [all...]
e_maskstatus.h 31 This file gives the enum of mask_present value used in getmask.c

Completed in 77 milliseconds