aboutsummaryrefslogtreecommitdiff
path: root/base/src/portbase.cpp
AgeCommit message (Expand)Author
2014-12-05wrs_core: enable meta data mode on Landroid-cts-5.1_r9android-cts-5.1_r8android-cts-5.1_r7android-cts-5.1_r6android-cts-5.1_r5android-cts-5.1_r4android-cts-5.1_r3android-cts-5.1_r28android-cts-5.1_r27android-cts-5.1_r26android-cts-5.1_r25android-cts-5.1_r24android-cts-5.1_r23android-cts-5.1_r22android-cts-5.1_r21android-cts-5.1_r20android-cts-5.1_r2android-cts-5.1_r19android-cts-5.1_r18android-cts-5.1_r17android-cts-5.1_r16android-cts-5.1_r15android-cts-5.1_r14android-cts-5.1_r13android-cts-5.1_r10android-cts-5.1_r1android-5.1.1_r9android-5.1.1_r8android-5.1.1_r7android-5.1.1_r6android-5.1.1_r5android-5.1.1_r4android-5.1.1_r38android-5.1.1_r37android-5.1.1_r36android-5.1.1_r35android-5.1.1_r34android-5.1.1_r33android-5.1.1_r30android-5.1.1_r3android-5.1.1_r29android-5.1.1_r28android-5.1.1_r26android-5.1.1_r25android-5.1.1_r24android-5.1.1_r23android-5.1.1_r22android-5.1.1_r20android-5.1.1_r2android-5.1.1_r19android-5.1.1_r18android-5.1.1_r17android-5.1.1_r16android-5.1.1_r15android-5.1.1_r14android-5.1.1_r13android-5.1.1_r12android-5.1.1_r10android-5.1.1_r1android-5.1.0_r5android-5.1.0_r4android-5.1.0_r3android-5.1.0_r1lollipop-mr1-wfc-releaselollipop-mr1-releaselollipop-mr1-fi-releaselollipop-mr1-devlollipop-mr1-cts-releasehding3
2014-07-29remove the warning in wrs_corelollipop-devywan171
2014-07-21wrs_core: notify error event if enabled complete event is triggered by freein...ywan171
2014-07-21wrs_omxil_core: set stride and sliceHeight in port definitionTianmi Chen
2014-07-21fix a tiny issue in Portbasebolunliu
2014-07-21wrs_core: add timeout waitevent in video decoder to avoid dead lock when stat...ywan171
2014-07-21Fix the middleware encode patch impact on decode module issue.gji2
2014-07-21Change omx core mechanism to allow encoder working more timeZhao Liang
2014-07-21Add "OMX_COLOR_FormatUnused" case in getFrameBufSizeLiu Bolun
2014-07-21wrs_omxil_core: use pOutputPortPrivate to report errorDan Liang
2014-07-21omx-core: set pInputPortPrivate to NULL by defaultWeian Chen
2014-07-21[wrs_core]Fix hang when port disable called for empty port.sameer
2014-07-21[PDK MR2 ABSP] remove duplicate omx header file between khronos and google fr...Dan Liang
2014-07-21[PORT FROM MAIN] Report errors when failing to set the input port sizewfeng6
2014-07-21Add new interface in portbase to set if pBuffer is 4k aligned in AllocateBufferZhao Liang
2014-07-21Extend middleware to support secure video playback.Andy Qiu
2014-07-21wrs_omxil_core: enhance wrs_omxil_core to handle the case that resolution in ...ywan171
2014-07-21wrs-omx-core: code cleanup along with one Queue buffer management supportWeian Chen
2014-07-21Enable native buffer mode for ICS in wrs corexiao
2014-07-21modify wrs omx core base to set up ics hw video playbackShuo Liu
2014-07-21Calculate the frame size according to color, height and width of the framexli111
2014-07-21copyright: apply Apache License, Version 2.0Ho-Eun Ryu
2014-07-21base:port: flush port in ReportPortSettingsChangedHo-Eun Ryu
2014-07-21base:port: fix debug messagesHo-Eun Ryu
2014-07-21base:port: add an Interface for sending OMX_EventPortSettingsChangedHo-Eun Ryu
2014-07-21base:port: add GetPortBufferCount for getting allocated buffer header countHo-Eun Ryu
2014-07-21base:port: fix for retaining bufferHo-Eun Ryu
2014-07-21misc: add windriver standard copyrightHo-Eun Ryu
2014-07-21base:port: fix bug, missing nBufferSizeHo-Eun Ryu
2014-07-21base:port: add debug messagesHo-Eun Ryu
2014-07-21base:port: remove audio param from portbase classHo-Eun Ryu
2014-07-21misc: add copyright and authorHo-Eun Ryu
2014-07-21base:port: fix minor, make more clear variable name in TransStateHo-Eun Ryu
2014-07-21base:port: trylock in IsEnabled to avoid deadlockHo-Eun Ryu
2014-07-21base:port,component: make clear parameter's role (read-only field)Ho-Eun Ryu
2014-07-21base:port: add port[audio/video/image/other].[h/cpp] filesHo-Eun Ryu
2014-07-21base:port: add Audio/Video/Image/Other port classHo-Eun Ryu
2014-07-21base:port: add new constructor having portdefinition as its paramterHo-Eun Ryu
2014-07-21base:port: portdefinition replaces portparamHo-Eun Ryu
2014-07-21base:port: fix minor, portdefinition not to allocated by mallocHo-Eun Ryu
2014-07-21base:portbase: fix bug, SetPortDefinitionHo-Eun Ryu
2014-07-21base:port: add RetainThisBuffer to retain a buffer in CBase::WorkHo-Eun Ryu
2014-07-21base:port: use state for IsEnabledHo-Eun Ryu
2014-07-21base:port: add TransState for port state set (enable/disable)Ho-Eun Ryu
2014-07-21base:port: unused variable(state)Ho-Eun Ryu
2014-07-21base:port: add Push/PopMarkHo-Eun Ryu
2014-07-21base:port: add GetPortDirectionHo-Eun Ryu
2014-07-21base:port: add Set/GetPorDefinition that will replace Set/GetPortParamHo-Eun Ryu
2014-07-21base:component,port: fix bug, state and param check in CBaseAllocate/UseBufferHo-Eun Ryu
2014-07-21base:port: add IsEnabled() for checking if a port's enabled.Ho-Eun Ryu