Merge "Rename RecordEvent getFirstMbInSlice into getFirstMacroblockInSlice"
This commit is contained in:
@@ -5416,7 +5416,7 @@ package android.media.tv.tuner.filter {
|
||||
|
||||
public class MmtpRecordEvent extends android.media.tv.tuner.filter.FilterEvent {
|
||||
method public long getDataLength();
|
||||
method public int getFirstMbInSlice();
|
||||
method public int getFirstMacroblockInSlice();
|
||||
method public int getMpuSequenceNumber();
|
||||
method public long getPts();
|
||||
method public int getScHevcIndexMask();
|
||||
@@ -5592,7 +5592,7 @@ package android.media.tv.tuner.filter {
|
||||
|
||||
public class TsRecordEvent extends android.media.tv.tuner.filter.FilterEvent {
|
||||
method public long getDataLength();
|
||||
method public int getFirstMbInSlice();
|
||||
method public int getFirstMacroblockInSlice();
|
||||
method public int getPacketId();
|
||||
method public long getPts();
|
||||
method public int getScIndexMask();
|
||||
|
||||
@@ -5356,7 +5356,7 @@ package android.media.tv.tuner.filter {
|
||||
|
||||
public class MmtpRecordEvent extends android.media.tv.tuner.filter.FilterEvent {
|
||||
method public long getDataLength();
|
||||
method public int getFirstMbInSlice();
|
||||
method public int getFirstMacroblockInSlice();
|
||||
method public int getMpuSequenceNumber();
|
||||
method public long getPts();
|
||||
method public int getScHevcIndexMask();
|
||||
@@ -5532,7 +5532,7 @@ package android.media.tv.tuner.filter {
|
||||
|
||||
public class TsRecordEvent extends android.media.tv.tuner.filter.FilterEvent {
|
||||
method public long getDataLength();
|
||||
method public int getFirstMbInSlice();
|
||||
method public int getFirstMacroblockInSlice();
|
||||
method public int getPacketId();
|
||||
method public long getPts();
|
||||
method public int getScIndexMask();
|
||||
|
||||
@@ -94,7 +94,7 @@ public class MmtpRecordEvent extends FilterEvent {
|
||||
* {@link android.media.tv.tuner.TunerVersionChecker.getTunerVersion()} to get the version
|
||||
* information.
|
||||
*/
|
||||
public int getFirstMbInSlice() {
|
||||
public int getFirstMacroblockInSlice() {
|
||||
return mFirstMbInSlice;
|
||||
}
|
||||
|
||||
|
||||
@@ -99,7 +99,7 @@ public class TsRecordEvent extends FilterEvent {
|
||||
* {@link android.media.tv.tuner.TunerVersionChecker.getTunerVersion()} to get the version
|
||||
* information.
|
||||
*/
|
||||
public int getFirstMbInSlice() {
|
||||
public int getFirstMacroblockInSlice() {
|
||||
return mFirstMbInSlice;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user