Home | History | Annotate | Download | only in libstagefright

Lines Matching defs:quirks

351     uint32_t quirks = 0;
354 quirks |= kWantsNALFragments;
357 quirks |= kNeedsFlushBeforeDisable;
358 quirks |= kDecoderLiesAboutNumberOfChannels;
361 quirks |= kNeedsFlushBeforeDisable;
362 quirks |= kRequiresFlushCompleteEmulation;
363 quirks |= kSupportsMultipleFramesPerInputBuffer;
366 quirks |= kRequiresLoadedToIdleAfterAllocation;
367 quirks |= kRequiresAllocateBufferOnInputPorts;
368 quirks |= kRequiresAllocateBufferOnOutputPorts;
376 quirks |= kRequiresLargerEncoderOutputBuffer;
382 quirks |= kRequiresAllocateBufferOnOutputPorts;
383 quirks |= kDefersOutputBufferAllocation;
386 quirks |= kRequiresAllocateBufferOnInputPorts;
387 quirks |= kRequiresAllocateBufferOnOutputPorts;
388 quirks |= kDefersOutputBufferAllocation;
397 quirks |= kRequiresAllocateBufferOnInputPorts;
398 quirks |= kRequiresAllocateBufferOnOutputPorts;
400 quirks |= kAvoidMemcopyInputRecordingFrames;
405 quirks |= kInputBufferSizesAreBogus;
412 quirks |= kOutputBuffersAreUnreadable;
419 quirks |= kStoreMetaDataInInputVideoBuffers;
422 return quirks;
503 uint32_t quirks = getComponentQuirks(componentName, createEncoder);
506 && (quirks & kOutputBuffersAreUnreadable)
525 omx, node, quirks,
1414 const sp<IOMX> &omx, IOMX::node_id node, uint32_t quirks,
1422 mQuirks(quirks),