video: driver: add decoder input streamon support
Add decoder input streamon functionality which include internal buffers support as well. Change-Id: Ifb5afa51a29270705863c273d1ae08310666895d Signed-off-by: Maheshwar Ajja <majja@codeaurora.org>
This commit is contained in:
@@ -81,12 +81,11 @@ enum hfi_buffer_type {
|
||||
HFI_BUFFER_BITSTREAM = 0x00000001,
|
||||
HFI_BUFFER_RAW = 0x00000002,
|
||||
HFI_BUFFER_METADATA = 0x00000003,
|
||||
HFI_BUFFER_DPB = 0x00000010,
|
||||
HFI_BUFFER_BIN = 0x00000011,
|
||||
HFI_BUFFER_LINE = 0x00000012,
|
||||
HFI_BUFFER_ARP = 0x00000013,
|
||||
HFI_BUFFER_COMV = 0x00000014,
|
||||
HFI_BUFFER_NON_COMV = 0x00000015,
|
||||
HFI_BUFFER_SCRATCH = 0x00000010,
|
||||
HFI_BUFFER_SCRATCH_1 = 0x00000011,
|
||||
HFI_BUFFER_SCRATCH_2 = 0x00000012,
|
||||
HFI_BUFFER_PERSIST = 0x00000013,
|
||||
HFI_BUFFER_PERSIST_1 = 0x00000014,
|
||||
HFI_BUFFER_SUBCACHE = 0x00000020,
|
||||
HFI_BUFFER_SFR = 0x00000021,
|
||||
};
|
||||
|
Reference in New Issue
Block a user