OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:formatParams
(Results
1 - 9
of
9
) sorted by null
/frameworks/av/media/libstagefright/omx/
SoftVideoDecoderOMXComponent.cpp
148
OMX_VIDEO_PARAM_PORTFORMATTYPE *
formatParams
=
151
if (
formatParams
->nPortIndex > kMaxPortIndex) {
155
if (
formatParams
->nIndex != 0) {
159
if (
formatParams
->nPortIndex == kInputPortIndex) {
160
formatParams
->eCompressionFormat = mCodingType;
161
formatParams
->eColorFormat = OMX_COLOR_FormatUnused;
162
formatParams
->xFramerate = 0;
164
CHECK_EQ(
formatParams
->nPortIndex, 1u);
166
formatParams
->eCompressionFormat = OMX_VIDEO_CodingUnused;
167
formatParams
->eColorFormat = OMX_COLOR_FormatYUV420Planar
[
all
...]
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/
SoftMPEG4Encoder.cpp
322
OMX_VIDEO_PARAM_PORTFORMATTYPE *
formatParams
=
325
if (
formatParams
->nPortIndex > 1) {
329
if (
formatParams
->nIndex > 2) {
333
if (
formatParams
->nPortIndex == 0) {
334
formatParams
->eCompressionFormat = OMX_VIDEO_CodingUnused;
335
if (
formatParams
->nIndex == 0) {
336
formatParams
->eColorFormat = OMX_COLOR_FormatYUV420Planar;
337
} else if (
formatParams
->nIndex == 1) {
338
formatParams
->eColorFormat = OMX_COLOR_FormatYUV420SemiPlanar;
340
formatParams
->eColorFormat = OMX_COLOR_FormatAndroidOpaque
[
all
...]
/frameworks/av/media/libstagefright/codecs/amrnb/enc/
SoftAMRNBEncoder.cpp
120
OMX_AUDIO_PARAM_PORTFORMATTYPE *
formatParams
=
123
if (
formatParams
->nPortIndex > 1) {
127
if (
formatParams
->nIndex > 0) {
131
formatParams
->eEncoding =
132
(
formatParams
->nPortIndex == 0)
202
const OMX_AUDIO_PARAM_PORTFORMATTYPE *
formatParams
=
205
if (
formatParams
->nPortIndex > 1) {
209
if (
formatParams
->nIndex > 0) {
213
if ((
formatParams
->nPortIndex == 0
214
&&
formatParams
->eEncoding != OMX_AUDIO_CodingPCM
[
all
...]
/frameworks/av/media/libstagefright/codecs/aacenc/
SoftAACEncoder.cpp
154
OMX_AUDIO_PARAM_PORTFORMATTYPE *
formatParams
=
157
if (
formatParams
->nPortIndex > 1) {
161
if (
formatParams
->nIndex > 0) {
165
formatParams
->eEncoding =
166
(
formatParams
->nPortIndex == 0)
243
const OMX_AUDIO_PARAM_PORTFORMATTYPE *
formatParams
=
246
if (
formatParams
->nPortIndex > 1) {
250
if (
formatParams
->nIndex > 0) {
254
if ((
formatParams
->nPortIndex == 0
255
&&
formatParams
->eEncoding != OMX_AUDIO_CodingPCM
[
all
...]
SoftAACEncoder2.cpp
120
OMX_AUDIO_PARAM_PORTFORMATTYPE *
formatParams
=
123
if (
formatParams
->nPortIndex > 1) {
127
if (
formatParams
->nIndex > 0) {
131
formatParams
->eEncoding =
132
(
formatParams
->nPortIndex == 0)
209
const OMX_AUDIO_PARAM_PORTFORMATTYPE *
formatParams
=
212
if (
formatParams
->nPortIndex > 1) {
216
if (
formatParams
->nIndex > 0) {
220
if ((
formatParams
->nPortIndex == 0
221
&&
formatParams
->eEncoding != OMX_AUDIO_CodingPCM
[
all
...]
/frameworks/av/media/libstagefright/codecs/amrwbenc/
SoftAMRWBEncoder.cpp
155
OMX_AUDIO_PARAM_PORTFORMATTYPE *
formatParams
=
158
if (
formatParams
->nPortIndex > 1) {
162
if (
formatParams
->nIndex > 0) {
166
formatParams
->eEncoding =
167
(
formatParams
->nPortIndex == 0)
240
const OMX_AUDIO_PARAM_PORTFORMATTYPE *
formatParams
=
243
if (
formatParams
->nPortIndex > 1) {
247
if (
formatParams
->nIndex > 0) {
251
if ((
formatParams
->nPortIndex == 0
252
&&
formatParams
->eEncoding != OMX_AUDIO_CodingPCM
[
all
...]
/frameworks/av/media/libstagefright/codecs/avc/enc/
SoftAVCEncoder.cpp
452
OMX_VIDEO_PARAM_PORTFORMATTYPE *
formatParams
=
455
if (
formatParams
->nPortIndex > 1) {
459
if (
formatParams
->nIndex > 2) {
463
if (
formatParams
->nPortIndex == 0) {
464
formatParams
->eCompressionFormat = OMX_VIDEO_CodingUnused;
465
if (
formatParams
->nIndex == 0) {
466
formatParams
->eColorFormat = OMX_COLOR_FormatYUV420Planar;
467
} else if (
formatParams
->nIndex == 1) {
468
formatParams
->eColorFormat = OMX_COLOR_FormatYUV420SemiPlanar;
470
formatParams
->eColorFormat = OMX_COLOR_FormatAndroidOpaque
[
all
...]
/frameworks/av/media/libstagefright/codecs/on2/enc/
SoftVPXEncoder.cpp
345
OMX_VIDEO_PARAM_PORTFORMATTYPE *
formatParams
=
348
if (
formatParams
->nPortIndex == kInputPortIndex) {
349
if (
formatParams
->nIndex >= kNumberOfSupportedColorFormats) {
354
if (
formatParams
->nIndex == 0) {
355
formatParams
->eColorFormat = OMX_COLOR_FormatYUV420Planar;
356
} else if (
formatParams
->nIndex == 1) {
357
formatParams
->eColorFormat =
360
formatParams
->eColorFormat = OMX_COLOR_FormatAndroidOpaque;
363
formatParams
->eCompressionFormat = OMX_VIDEO_CodingUnused;
366
formatParams
->xFramerate = (1000000/mFrameDurationUs) << 16
[
all
...]
/frameworks/av/media/libstagefright/rtsp/
MyHandler.h
[
all
...]
Completed in 896 milliseconds