Home | History | Annotate | Download | only in src

Lines Matching refs:encoder

19 * @brief  StageFright shell video encoder
49 // Force using hardware encoder
443 * @brief This structure defines the context of the StageFright video encoder
504 sp<MediaSource> encoder = NULL;;
515 // Create the encoder source
526 encoder = OMXCodec::Create(client.interface(), metaData, true,
528 VIDEOEDITOR_CHECK(NULL != encoder.get(), M4ERR_STATE);
544 result = encoder->start();;
546 result = encoder->read(&outputBuffer, NULL);
558 outputBuffer->range_length(), encoder->getFormat().get());
566 pEncoderContext->mHeader.Size, "Encoder header");
573 result = encoder->stop();
578 if ( encoder != NULL ) { encoder.clear(); }
646 // Get color converter and determine encoder input format
656 LOGI("encoder input format = 0x%X\n", encoderInput);
802 // Create the meta data for the encoder
821 LOGV("Encoder mime %s profile %d, level %d",
823 LOGV("Encoder w %d, h %d, bitrate %d, fps %d",
835 // as OMX.Nvidia.mp4.encoder and OMX.Nvidia.h263.encoder
881 // Get the encoder DSI
886 // Create the encoder source
972 // Convert MediaBuffer to the encoder input format if necessary
1042 // Encoder has no data yet, nothing unusual
1183 // Push the input buffer to the encoder source